We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f175aaa commit 5eecb7bCopy full SHA for 5eecb7b
1 file changed
.github/workflows/release.yml
@@ -20,12 +20,16 @@ jobs:
20
tag_release:
21
needs: [quality_checks, get_config_values]
22
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@5ac2707dd9cd60ad127275179495b9c890d74711
23
+ permissions:
24
+ id-token: write
25
+ contents: write
26
with:
27
dry_run: false
28
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
29
branch_name: main
30
tag_format: ${{ needs.get_config_values.outputs.tag_format }}
- secrets: inherit
31
+ secrets:
32
+ EXECUTE_JIRA_LAMBDA_ROLE: ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
33
build_all_images:
34
needs:
35
- tag_release
0 commit comments