Skip to content

Commit

Permalink
ci: fix release workflow secret name (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jveldboom authored May 10, 2023
1 parent 3f1182c commit 03a87ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: [ main ]

permissions:
contents: write

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -34,7 +37,7 @@ jobs:
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: jveldboom/video-swear-jar

- name: Create GitHub Release
Expand Down

0 comments on commit 03a87ed

Please sign in to comment.