Skip to content

Commit

Permalink
replace default GH token with fine grained access token (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 authored Oct 14, 2024
1 parent f9ebc57 commit 221601c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
secrets:
collection_api_key_1: ${{ secrets.GALAXY_INFRA_KEY }}
collection_api_key_2: ${{ secrets.CRC_PUBLISH_KEY }}
git_token: ${{ secrets.GITHUB_TOKEN }}
git_token: ${{ secrets.GH_WORKFLOW_KEY }}
quay_token: ${{ secrets.quay_token }}
matrix_token: ${{ secrets.matrix_token }}
...
2 changes: 1 addition & 1 deletion .github/workflows/update_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
with:
github_actor: ${{ github.actor }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_WORKFLOW_KEY }}
...

0 comments on commit 221601c

Please sign in to comment.