Skip to content

Commit 62a4e94

Browse files
authored
Merge pull request #7 from step-security/int
fixing the incorrect parameter in release-action
2 parents dc1f0a8 + 7bcd319 commit 62a4e94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions: # added using https://github.com/step-security/secure-workflows
1818
jobs:
1919
update_tag:
2020
permissions:
21-
id-token: write
21+
contents: write
2222
name: Update the major tag to include the ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} changes
2323
# Remember to configure the releaseNewActionVersion environment with required approvers in the repository settings
2424
environment:
@@ -29,9 +29,7 @@ jobs:
2929
with:
3030
allowed-endpoints: api.github.com:443
3131
github.com:443
32-
prod.api.stepsecurity.io:443
3332
- name: Update the ${{ env.TAG_NAME }} tag
3433
uses: step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
3534
with:
3635
source-tag: ${{ env.TAG_NAME }}
37-
token: ${{ steps.wait-for-secrets.outputs.PAT }}

0 commit comments

Comments
 (0)