Skip to content

Commit

Permalink
Container: Fix package_name and token
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 7, 2024
1 parent aa04a7b commit 861b87a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ jobs:
- name: Delete untagged ghcr
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
with:
token: ${{ github.token }}
token: ${{ secrets.GITHUB_TOKEN }}
repository_owner: ${{ github.repository_owner }}
repository: ${{ github.repository }}
package_name: ${{ github.repository }}
untagged_only: true
owner_type: user # or user

0 comments on commit 861b87a

Please sign in to comment.