Skip to content

Commit

Permalink
chore(ci): Rotate PAT for actions usage action (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored Jun 5, 2024
1 parent 4d5b5bd commit 9c27630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: fergusmacd/[email protected]
with:
organisation: loculus-project
gitHubAPIKey: ${{ secrets.ORG_READ }} # Token requires read access for actions
gitHubAPIKey: ${{ secrets.FERGUSMACD_GITHUB_ACTION_USAGE }} # Token requires read access for actions
raisealarmremainingminutes: -100000 # Negative so that it doesn't raise alarm when running out of free minutes
skipReposWithoutUsage: true

0 comments on commit 9c27630

Please sign in to comment.