Skip to content

Commit 6c77de6

Browse files
use dedicated environment
add missing write access request to token
1 parent 6e2c66c commit 6c77de6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-new-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ env:
1818
permissions:
1919
contents: write
2020

21+
permissions: write
22+
2123
jobs:
2224
update_tag:
2325
name: Update the major tag to include the ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} changes
2426
runs-on: ubuntu-latest
27+
environment: deploy
2528
steps:
2629
- name: Update the ${{ env.TAG_NAME }} tag
2730
uses: actions/[email protected]

0 commit comments

Comments
 (0)