We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0985878 commit 90c2694Copy full SHA for 90c2694
.github/workflows/pr_create_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
create-dynamic-environment:
17
name: Create Dynamic Environment
.github/workflows/pr_destroy_dynamic_env.yaml
destroy-dynamic-environment:
name: Destroy Dynamic Environment
0 commit comments