mirror of
https://github.com/rancher/dynamiclistener.git
synced 2025-06-02 11:56:08 +00:00
Add GITHUB_TOKEN to env for release action
This commit is contained in:
parent
f3fd177670
commit
e666cd29f8
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