Skip to content

Commit

Permalink
Merge pull request #123 from stuartleeks/clean-images-fix
Browse files Browse the repository at this point in the history
Pass token to cleanup script
  • Loading branch information
stuartleeks authored Jun 6, 2022
2 parents de64f16 + c6eea81 commit c1aed95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Clean GitHub container images for PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_IMAGE_TAG: pr-${{ github.event.pull_request.number }}
run:
./.github/workflows/clean_tags.sh --tag $PR_IMAGE_TAG

0 comments on commit c1aed95

Please sign in to comment.