Skip to content

Commit 78a1b89

Browse files
committed
GHA: try standardizing the GH token source [ci skip]
1 parent fecce0b commit 78a1b89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
permissions: {}
1919

2020
env:
21-
GITHUB_TOKEN: '${{ github.token }}'
21+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
2222
CW_MAP: '1'
2323
CW_JOBS: '5'
2424
DO_NOT_TRACK: '1'

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: daily
1111
permissions: {}
1212

1313
env:
14-
GITHUB_TOKEN: '${{ github.token }}'
14+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
1515
CW_MAP: '1'
1616
CW_JOBS: '5'
1717
CW_PKG_SIGN: '1'

0 commit comments

Comments
 (0)