We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a3918 commit eb8873cCopy full SHA for eb8873c
1 file changed
.github/workflows/delete-unused-packages.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Delete untagged images of ${{ matrix.package-name }}
19
uses: actions/github-script@v7
20
with:
21
- github-token: ${{ secrets.PAT_TOKEN_GITHUB }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
22
script: |
23
const response = await github.request("GET /${{ env.OWNER }}/packages/container/${{ env.PACKAGE_NAME }}/versions",
24
{ per_page: ${{ env.PER_PAGE }}
0 commit comments