We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19761a commit af0f312Copy full SHA for af0f312
1 file changed
.github/workflows/build.yml
@@ -9,9 +9,14 @@ on:
9
pull_request:
10
branches: ["main","master"]
11
12
+
13
jobs:
14
call_env_workflow:
15
uses: computorg/workflows/.github/workflows/global-env.yml@main
16
call_quartopublish_workflow:
17
+ permissions:
18
+ id-token: write
19
+ contents: write
20
+ pages: write
21
uses: computorg/workflows/.github/workflows/publish-render.yml@main
22
needs: call_env_workflow
0 commit comments