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 fecce0b commit 78a1b89Copy full SHA for 78a1b89
.github/workflows/build.yml
@@ -18,7 +18,7 @@ concurrency:
18
permissions: {}
19
20
env:
21
- GITHUB_TOKEN: '${{ github.token }}'
+ GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
22
CW_MAP: '1'
23
CW_JOBS: '5'
24
DO_NOT_TRACK: '1'
.github/workflows/daily.yml
@@ -11,7 +11,7 @@ name: daily
11
12
13
14
15
16
17
CW_PKG_SIGN: '1'
0 commit comments