We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5084073 commit bb4ec46Copy full SHA for bb4ec46
1 file changed
.github/workflows/pr_destroy_dynamic_env.yaml
@@ -8,6 +8,10 @@ concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}
9
cancel-in-progress: false
10
11
+permissions:
12
+ id-token: write
13
+ contents: read
14
+
15
jobs:
16
destroy-dynamic-environment:
17
name: Destroy Dynamic Environment
0 commit comments