Skip to content

Commit

Permalink
Added secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 20, 2023
1 parent 520712d commit 0adb937
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
update-site:
name: Linux
runs-on: ubuntu-latest
container: maven/eclipse-temurin-21-alpine
container:
image: maven/eclipse-temurin-21-alpine
credentials:
username: ${{ github.actor }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
steps:
- name: 'Checkout'
uses: actions/checkout@v3
Expand Down

0 comments on commit 0adb937

Please sign in to comment.