Skip to content

Commit

Permalink
Corrected secret variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Nov 17, 2024
1 parent 457cbe0 commit ea1e5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit ea1e5bd

Please sign in to comment.