Skip to content

Commit 52f8c21

Browse files
authored
chore: use PAT_TOKEN_GITHUB in delete-unused-packages.yaml
1 parent eb8873c commit 52f8c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/delete-unused-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Delete untagged images of ${{ matrix.package-name }}
1919
uses: actions/github-script@v7
2020
with:
21-
github-token: ${{ secrets.GITHUB_TOKEN }}
21+
github-token: ${{ secrets.PAT_TOKEN_GITHUB }}
2222
script: |
2323
const response = await github.request("GET /${{ env.OWNER }}/packages/container/${{ env.PACKAGE_NAME }}/versions",
2424
{ per_page: ${{ env.PER_PAGE }}

0 commit comments

Comments
 (0)