Skip to content

Commit

Permalink
Plumb bearer token to avoid rate limits on PBS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Sep 5, 2024
1 parent 5fdc9b3 commit 13aea51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gen-scie-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
python-version:
description: The PBS Python version to use.
required: true
defaults:
run:
shell: bash
env:
SCIENCE_AUTH_API_GITHUB_COM_BEARER: ${{ secrets.GITHUB_TOKEN }}
jobs:
gen-complete-platform:
name: Generate Platform for ${{ matrix.platform }}
Expand Down

0 comments on commit 13aea51

Please sign in to comment.