Skip to content

Commit

Permalink
replacing PAT with Github token
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 b6fda11 commit 769c67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete_images.yaml
Original file line number Diff line number Diff line change
@@ -18,5 +18,5 @@ jobs:
account-type: org
org-name: ${{ github.repository_owner}}
skip-tags: pr-* , *.*.*
token: ${{ secrets.PAT }}
token-type: 'pat'
token: ${{ secrets.GITHUB_TOKEN }}
token-type: 'github-token'

0 comments on commit 769c67d

Please sign in to comment.