This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 13
13
type : string
14
14
required : true
15
15
description : " The name of the github repository to check out and build."
16
+ secrets :
17
+ ELEMENT_BOT_TOKEN :
18
+ required : true
16
19
17
20
concurrency :
18
21
group : ${{ github.workflow }}-${{ github.event.workflow_run.head_branch || github.run_id }}
54
57
- name : 📥 Download artifact
55
58
uses : actions/download-artifact@v4
56
59
with :
60
+ github-token : ${{ secrets.ELEMENT_BOT_TOKEN }}
57
61
run-id : ${{ github.event.workflow_run.id }}
58
62
name : previewbuild
59
63
path : webapp
Original file line number Diff line number Diff line change @@ -24,11 +24,10 @@ jobs:
24
24
Do you trust the author of this PR? Maybe this build will steal your keys or give you malware.
25
25
Exercise caution. Use test accounts.
26
26
27
- # There's a 'download artifact' action, but it hasn't been updated for the workflow_run action
28
- # (https://github.com/actions/download-artifact/issues/60) so instead we get this mess:
29
27
- name : 📥 Download artifact
30
28
uses : actions/download-artifact@v4
31
29
with :
30
+ github-token : ${{ secrets.ELEMENT_BOT_TOKEN }}
32
31
run-id : ${{ github.event.workflow_run.id }}
33
32
name : previewbuild
34
33
path : webapp
You can’t perform that action at this time.
0 commit comments