Skip to content

Commit bfa17b4

Browse files
authored
Update 2025-03-20-revised-github-process.md
1 parent e6b5d98 commit bfa17b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: _posts/2025-03-20-revised-github-process.md

+5
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ on:
2222
pull_request:
2323
branches: ["main","master"]
2424

25+
2526
jobs:
2627
call_env_workflow:
2728
uses: computorg/workflows/.github/workflows/global-env.yml@main
2829
call_quartopublish_workflow:
30+
permissions:
31+
id-token: write
32+
contents: write
33+
pages: write
2934
uses: computorg/workflows/.github/workflows/publish-render.yml@main
3035
needs: call_env_workflow
3136
```

0 commit comments

Comments
 (0)