Skip to content

Commit 2cef69a

Browse files
committed
Expose token to update server
1 parent 90a91c7 commit 2cef69a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,7 @@ jobs:
146146
HADRON_DISTRIBUTION: ${{ matrix.hadron-distribution }}
147147
PLATFORM: ${{ matrix.platform.hadron-platform }}
148148
ARCH: ${{ matrix.platform.arch }}
149+
# Exposing token to prevent update server from being rate limited
150+
GITHUB_TOKEN: ${{ github.token }}
149151
working-directory: packages/compass-smoke-tests
150152
run: npm start -- --package ${{ matrix.platform.name }}_${{ matrix.format }} --tests ${{ matrix.test }}

0 commit comments

Comments
 (0)