Skip to content

Commit e5fa076

Browse files
committed
Fix gh permission issue
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent d83a831 commit e5fa076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/draft-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ jobs:
5757
# Create release
5858
- name: Create release
5959
run: gh release create ${{ github.ref_name }} --draft --generate-notes ./bin/elemental_agent_linux_* ./bin/*.so ./infrastructure-elemental/v0.0.0/*.yaml
60+
env:
61+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)