Skip to content

Commit

Permalink
ci: Set the gh token in the build-scies job (#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaminyam authored Feb 10, 2025
1 parent e6beace commit a620a8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ jobs:
# macos-14-xlarge: apple silicon
os: [ubuntu-22.04, ubuntu-22.04-arm64, macos-14-xlarge, macos-14-large]
runs-on: ${{ matrix.os }}
env:
SCIENCE_AUTH_API_GITHUB_COM_BEARER: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out the revision
uses: actions/checkout@v4
Expand Down

0 comments on commit a620a8c

Please sign in to comment.