Skip to content

Commit 4555298

Browse files
authored
Update main.yml (#50)
Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent bccaa8f commit 4555298

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66
permissions:
77
checks: write
88
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
1013
env:
1114
AWS_REGION : "eu-west-1"
1215
AWS_REGION_ZONE : "eu-central-1"
@@ -151,7 +154,7 @@ jobs:
151154
id: tag_version
152155
uses: mathieudutour/github-tag-action@fcfbdceb3093f6d85a3b194740f8c6cec632f4e2 # v6.1
153156
with:
154-
github_token: ${{ secrets.GITHUB_TOKEN }}
157+
github_token: ${{ github.token }}
155158
- name: Create a GitHub release
156159
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12.0
157160
with:

0 commit comments

Comments
 (0)