Skip to content

Commit e241787

Browse files
committed
CCM-12614: add github package manager authentication
1 parent 96dce1d commit e241787

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
name: "Typecheck"
113113
runs-on: ubuntu-latest
114114
timeout-minutes: 5
115+
env:
116+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115117
steps:
116118
- name: "Checkout code"
117119
uses: actions/checkout@v5

scripts/tests/typecheck.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -euo pipefail
44

55
cd "$(git rev-parse --show-toplevel)"
66

7+
./scripts/set-github-token.sh
78
npm ci
89
npm run generate-dependencies
910
npm run typecheck

0 commit comments

Comments
 (0)