mirror of
https://github.com/rancher/dynamiclistener.git
synced 2025-06-23 13:37:01 +00:00
Add GITHUB_TOKEN to env for release action (#128)
This commit is contained in:
parent
dce7e4650b
commit
63bb33ba07
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -21,3 +21,5 @@ jobs:
|
||||
else
|
||||
gh --repo "${{ github.repository }}" release create ${{ github.ref_name }} --verify-tag --generate-notes
|
||||
fi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user