We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedea09 commit ac5ab85Copy full SHA for ac5ab85
2 files changed
.github/workflows/ci.yml
@@ -33,6 +33,9 @@ jobs:
33
tag_release:
34
needs: [quality_checks, get_commit_id, get_config_values]
35
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@update_jira
36
+ permissions:
37
+ id-token: 'write'
38
+ contents: 'write'
39
with:
40
dry_run: true
41
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
.github/workflows/pull_request.yml
@@ -83,6 +83,9 @@ jobs:
83
if: github.event_name != 'merge_group'
84
needs: [get_config_values]
85
86
87
88
89
90
91
0 commit comments