Skip to content

Commit

Permalink
Update prune.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto authored Nov 13, 2023
1 parent b1ab73f commit 004da2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ GITHUB_TOKEN }}
script: |
const response = await github.request("GET /${{ env.OWNER }}/packages/container/${{ env.PACKAGE_NAME }}/versions",
{ per_page: ${{ env.PER_PAGE }}
Expand Down

0 comments on commit 004da2b

Please sign in to comment.