Skip to content

Commit 5f22da1

Browse files
author
Sean Sundberg
authored
Update env variables in tag workflow (#42)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent 88355ab commit 5f22da1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tag.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ jobs:
2424
config-name: release-drafter.yaml
2525
publish: false
2626
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
GITHUB_TOKEN: ${{ github.token }}
2828

2929
# Delete the release because a new one will be created when tag is created
3030
- name: Delete release
3131
run: gh release delete ${{ steps.releaser.outputs.tag_name }}
32+
env:
33+
GH_TOKEN: ${{ github.token }}
3234

3335
# Create a tag using the tag_name generated by Release Drafter
3436
- name: Create tag

0 commit comments

Comments
 (0)