Skip to content

Commit

Permalink
Removed GitHub token from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding authored Apr 11, 2021
1 parent a99ab9d commit 1f492b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT_PACKAGES }}
password: ${{ github.token }}

- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 1f492b6

Please sign in to comment.