Skip to content

Commit 76d0194

Browse files
Update make-update-github-releases.yml
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <[email protected]>
1 parent 504040e commit 76d0194

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/make-update-github-releases.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ jobs:
167167
168168
- name: Fetch Release Upload URL
169169
id: fetch_url
170+
env:
171+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
170172
run: |
171173
url=$(gh api repos/${{ github.repository }}/releases/tags/$VERSION_TAG --jq '.upload_url')
172174
echo "upload_url=$url" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)