Skip to content

Commit d4b8c7e

Browse files
committed
fix
1 parent 0a2f636 commit d4b8c7e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/add-tag.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
- minor
1313
- patch
1414

15+
permissions:
16+
contents: write
1517

1618
jobs:
1719
add-tag:
1820
runs-on: ubuntu-latest
19-
permissions:
20-
contents: write
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v3
@@ -34,4 +34,6 @@ jobs:
3434

3535
- uses: actions-ecosystem/action-push-tag@v1
3636
with:
37-
tag: ${{ steps.bump-semver.outputs.new_version }}
37+
tag: ${{ steps.bump-semver.outputs.new_version }}
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)