Skip to content

Commit 31b6296

Browse files
committed
[WIP-CI]
1 parent d177621 commit 31b6296

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ on:
1212
permissions:
1313
contents: write
1414
pages: write
15+
id-token: write
1516

1617
jobs:
1718
call_env_workflow:
1819
uses: computorg/workflows/.github/workflows/global-env.yml@main
19-
secrets:
20-
token: ${{ secrets.GITHUB_TOKEN }}
20+
secrets: inherit
2121
with:
2222
config-path: './config/quarto_config.yml'
2323
call_quartopublish_workflow:
2424
uses: computorg/workflows/.github/workflows/publish-render.yml@main
2525
needs: call_env_workflow
2626
with:
2727
config-path: './config/quarto_config.yml'
28-
secrets:
29-
token: ${{ secrets.GITHUB_TOKEN }}
28+
secrets: inherit

0 commit comments

Comments
 (0)