Skip to content

Commit ac5ab85

Browse files
authored
Fix: [AEA-0000] - review permissions for tag release (#1013)
## Summary - Routine Change ### Details - review permissions for tag release
1 parent cedea09 commit ac5ab85

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
tag_release:
3434
needs: [quality_checks, get_commit_id, get_config_values]
3535
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@update_jira
36+
permissions:
37+
id-token: 'write'
38+
contents: 'write'
3639
with:
3740
dry_run: true
3841
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
if: github.event_name != 'merge_group'
8484
needs: [get_config_values]
8585
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@update_jira
86+
permissions:
87+
id-token: 'write'
88+
contents: 'write'
8689
with:
8790
dry_run: true
8891
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}

0 commit comments

Comments
 (0)