Skip to content

Commit

Permalink
fix(gha): change the token for the gh athenticate
Browse files Browse the repository at this point in the history
Signed-off-by: kaanyagci <kaan.yagci@makepad.fr>
  • Loading branch information
kaanyagci committed Aug 11, 2024
1 parent ae1b3d7 commit cd396e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get_latest_skaffold_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: gh --version

- name: Authenticate GitHub CLI
run: gh auth login --with-token <<< ${{ secrets.GITHUB_TOKEN }}
run: gh auth login --with-token <<< ${{ secrets.ADMIN_PAT }}

- name: Update GitHub Secret
run: |
Expand Down

0 comments on commit cd396e6

Please sign in to comment.