Skip to content

Commit

Permalink
Merge pull request #251 from neicnordic/change_token_ghcr_action
Browse files Browse the repository at this point in the history
Update ghcr-actions.yml
  • Loading branch information
Parisa68 authored Jan 3, 2024
2 parents ce7ede5 + d894354 commit 2a090f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
account-type: org
org-name: ${{ github.repository_owner }}
keep-at-least: 1
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GHRC_CNTNR_CLNUP }}

- name: Delete all containers older than treee months, using a wildcard
uses: snok/[email protected]
Expand All @@ -37,4 +37,4 @@ jobs:
org-name: ${{ github.repository_owner }}
keep-at-least: 2
skip-tags: latest
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GHRC_CNTNR_CLNUP }}

0 comments on commit 2a090f3

Please sign in to comment.