File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 88 required : true
99
1010permissions :
11+ contents : write
1112 id-token : write
1213
1314jobs :
@@ -16,11 +17,11 @@ jobs:
1617 steps :
1718 # Checkout project repository
1819 - name : Checkout
19- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2021
2122 # Setup Node.js environment
2223 - name : Setup Node.js
23- uses : actions/setup-node@v4
24+ uses : actions/setup-node@v6
2425 with :
2526 node-version : ' 24'
2627 registry-url : https://registry.npmjs.org/
8081
8182 # Push repository changes
8283 - name : Push changes to repository
83- env :
84- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8584 run : |
8685 git push origin && git push --tags
8786
@@ -101,5 +100,3 @@ jobs:
101100 tag_name : ${{ env.NEW_VERSION }}
102101 body : ${{ steps.get-changelog.outputs.changelog }}
103102 prerelease : ${{ startsWith(github.event.inputs.release-type, 'pre') }}
104- env :
105- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments