We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a1a22 commit 7c97297Copy full SHA for 7c97297
2 files changed
.gitallowed
@@ -7,3 +7,4 @@ id-token: write
7
.*nhsd-rules-deny.txt.*
8
.*\.venv.*
9
.*node_modules.*
10
+id-token: 'write'
.github/workflows/release.yml
@@ -32,6 +32,8 @@ jobs:
32
tag_release:
33
needs: [quality_checks, get_commit_id, get_config_values]
34
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@update_jira
35
+ permissions:
36
+ id-token: 'write'
37
with:
38
dry_run: false
39
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
0 commit comments