We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c8e2a commit 65f7197Copy full SHA for 65f7197
1 file changed
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
5
branches: [main, master]
6
pull_request:
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
@@ -21,6 +24,8 @@ jobs:
21
24
- name: Install dependencies
22
25
run: yarn install --immutable
23
26
- name: Install compact toolchain
27
+ env:
28
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
run: |
30
set -euo pipefail
31
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/midnightntwrk/compact/releases/latest/download/compact-installer.sh | sh
@@ -41,4 +46,4 @@ jobs:
41
46
echo "compact output not found; listing managed tree for debugging:"
42
47
find packages/contract/src/managed -maxdepth 5 -type f
43
48
exit 1
44
- fi
49
+ fi
0 commit comments