Skip to content

Commit af0f312

Browse files
authored
Update build.yml
1 parent e19761a commit af0f312

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ on:
99
pull_request:
1010
branches: ["main","master"]
1111

12+
1213
jobs:
1314
call_env_workflow:
1415
uses: computorg/workflows/.github/workflows/global-env.yml@main
1516
call_quartopublish_workflow:
17+
permissions:
18+
id-token: write
19+
contents: write
20+
pages: write
1621
uses: computorg/workflows/.github/workflows/publish-render.yml@main
1722
needs: call_env_workflow

0 commit comments

Comments
 (0)