Skip to content

Commit

Permalink
Fix token for delete-package-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalFS committed May 15, 2024
1 parent 24bb199 commit df34d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
package-name: ${{ env.IMAGE_NAME }}
package-type: container
min-versions-to-keep: 8
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Extract Docker metadata
id: meta
Expand Down

0 comments on commit df34d2c

Please sign in to comment.