We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48af0ea commit 333a5d6Copy full SHA for 333a5d6
2 files changed
.gitallowed
@@ -8,3 +8,4 @@ token = os\.environ\.get\(\"GH_TOKEN\"\)
8
poetry\.lock
9
\-Dsonar\.token=\"\$SONAR_TOKEN\"
10
token: "\${{ steps\.generate-token\.outputs\.token }}"
11
+id-token: 'write'
.github/workflows/tag-release-devcontainer.yml
@@ -73,6 +73,8 @@ on:
73
description: "ARN of the role to assume when executing the Jira update lambda"
74
jobs:
75
tag_release:
76
+ permissions:
77
+ id-token: 'write'
78
runs-on: ubuntu-22.04
79
container:
80
image: ${{ inputs.pinned_image }}
0 commit comments