Skip to content

Commit d6d3b80

Browse files
committed
Try with explicit token
1 parent 3511210 commit d6d3b80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prod-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Create tag
6060
uses: actions/github-script@v5
6161
with:
62+
github_token: ${{ secrets.GITHUB_TOKEN }}
6263
script: |
6364
github.rest.git.createRef({
6465
owner: context.repo.owner,

0 commit comments

Comments
 (0)