Skip to content

Commit 333a5d6

Browse files
committed
add permission
1 parent 48af0ea commit 333a5d6

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitallowed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ token = os\.environ\.get\(\"GH_TOKEN\"\)
88
poetry\.lock
99
\-Dsonar\.token=\"\$SONAR_TOKEN\"
1010
token: "\${{ steps\.generate-token\.outputs\.token }}"
11+
id-token: 'write'

.github/workflows/tag-release-devcontainer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ on:
7373
description: "ARN of the role to assume when executing the Jira update lambda"
7474
jobs:
7575
tag_release:
76+
permissions:
77+
id-token: 'write'
7678
runs-on: ubuntu-22.04
7779
container:
7880
image: ${{ inputs.pinned_image }}

0 commit comments

Comments
 (0)