Skip to content

Commit

Permalink
fix(IDX): set GH token (#4219)
Browse files Browse the repository at this point in the history
I thought this wasn't required because we already have the token set in
the checkout step, but apparently it fails if it is not set again.
  • Loading branch information
cgundy authored Mar 4, 2025
1 parent 3360a63 commit f166377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-mainnet-revisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
token: ${{ steps.app-token.outputs.token }}

- name: Update IC versions file
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
set -eEuxo pipefail
Expand Down Expand Up @@ -61,6 +63,8 @@ jobs:
version: 2.53.0

- name: Update Mainnet canisters file
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
set -eEuxo pipefail
Expand Down

0 comments on commit f166377

Please sign in to comment.