File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
permissions :
7
7
checks : write
8
8
id-token : write # This is required for requesting the JWT
9
- contents : read # This is required for actions/checkout
9
+ contents : write # This is required for actions/checkout
10
+ packages : write
11
+ deployments : write
12
+ pages : write
10
13
env :
11
14
AWS_REGION : " eu-west-1"
12
15
AWS_REGION_ZONE : " eu-central-1"
@@ -151,7 +154,7 @@ jobs:
151
154
id : tag_version
152
155
uses : mathieudutour/github-tag-action@fcfbdceb3093f6d85a3b194740f8c6cec632f4e2 # v6.1
153
156
with :
154
- github_token : ${{ secrets.GITHUB_TOKEN }}
157
+ github_token : ${{ github.token }}
155
158
- name : Create a GitHub release
156
159
uses : ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12.0
157
160
with :
You can’t perform that action at this time.
0 commit comments