Skip to content

Commit 959d8d9

Browse files
author
Alex Evanczuk
committed
Supply GH_TOKEN to GH CLI
1 parent edb8a6e commit 959d8d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
- name: Create GitHub Release
2323
run: gh release create v${{steps.tag-and-push-gem.outputs.gem_version}} --generate-notes
2424
if: ${{ steps.tag-and-push-gem.outputs.new_version == 'true' }}
25+
env:
26+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)