Skip to content

Commit d855d3e

Browse files
committed
CI: Specify token when checking out demo
The existing WebAssembly CI works on my repository, but it is failed here. This is very strange but we still have to solve it. Combining some dicussion in github-push-action's issue and my own thought, when checking out demo, the persist-credentials is set to false, thus the token used for further action should be specified. See issue: #400
1 parent ddda5d5 commit d855d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-wasm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: actions/checkout@v4
5656
with:
5757
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
58+
token: ${{ secrets.RV32EMU_DEMO_TOKEN }}
5859
repository: sysprog21/rv32emu-demo
5960
- name: Create local changes
6061
if: ${{ steps.changed-files.outputs.any_changed == 'true' ||

0 commit comments

Comments
 (0)