Skip to content

Commit

Permalink
feat:making changes in workflow as per updated snok action
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Dec 8, 2023
1 parent 804585b commit ed2772b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/delete_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
account-type: org
org-name: ${{ github.repository_owner}}
skip-tags: pr-* , *.*.*
token: ${{ secrets.PACKAGE_DELETE_TOKEN }}
token: ${{ secrets.PAT }}
token-type: 'pat'
3 changes: 2 additions & 1 deletion .github/workflows/on_pr_closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
account-type: org
org-name: ${{ github.repository_owner}}
filter-tags: pr-${{ github.event.number }}
token: ${{ secrets.PACKAGE_DELETE_TOKEN }}
token: ${{ secrets.PAT }}
token-type: 'pat'

0 comments on commit ed2772b

Please sign in to comment.