Skip to content

Commit 42b03ba

Browse files
committed
add github token to env
1 parent 98c6b3c commit 42b03ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/xlog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222

23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
2326
steps:
2427
- uses: actions/checkout@v3
2528
with:

0 commit comments

Comments
 (0)