Skip to content

Commit 7bcf5f0

Browse files
authored
Updating token
1 parent ad542e0 commit 7bcf5f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tag-releases.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
&& sudo apt install gh -y
4343
4444
- name: Tag Release & Generate Notes
45+
env:
46+
GH_TOKEN: ${{ github.token }}
4547
run: |
4648
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
4749
echo "Tagging against branch: $BRANCH_NAME"

0 commit comments

Comments
 (0)