Skip to content

Commit a2c20cd

Browse files
Merge pull request #48 from FrankYang0529/add-gh-token
ci: add GH_TOKEN
2 parents 3bc8a9a + 5b3fa33 commit a2c20cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Release
2222
if: startsWith(github.ref, 'refs/tags/')
23+
env:
24+
GH_TOKEN: ${{ github.token }}
2325
run: |
2426
gh release upload ${{ github.ref_name }} dist/artifacts/rancherd-amd64
2527
gh release upload ${{ github.ref_name }} dist/artifacts/rancherd-arm64

0 commit comments

Comments
 (0)