We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d177621 commit 31b6296Copy full SHA for 31b6296
.github/workflows/build.yml
@@ -12,18 +12,17 @@ on:
12
permissions:
13
contents: write
14
pages: write
15
+ id-token: write
16
17
jobs:
18
call_env_workflow:
19
uses: computorg/workflows/.github/workflows/global-env.yml@main
- secrets:
20
- token: ${{ secrets.GITHUB_TOKEN }}
+ secrets: inherit
21
with:
22
config-path: './config/quarto_config.yml'
23
call_quartopublish_workflow:
24
uses: computorg/workflows/.github/workflows/publish-render.yml@main
25
needs: call_env_workflow
26
27
28
29
0 commit comments