Skip to content

Commit

Permalink
add environment to step
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jan 29, 2024
1 parent d80edc5 commit 59c24e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image-retention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
- name: Delete Versions
if: github.ref == 'refs/heads/main'
run: go run ./cmd/cleanup/main.go
env:
PAT_CONTAINER_REGISTRY: ${{ secrets.PAT_CONTAINER_REGISTRY }}
working-directory: ./github-actions/cleanup-packages/

0 comments on commit 59c24e8

Please sign in to comment.