File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
actions/setup/directories Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ inputs:
3636 description : >-
3737 If set to true, creates dummy files in build dir.
3838
39+ token :
40+ required : false
41+ default : ' '
42+ description : >-
43+ A GitHub token to checkout the repository
44+
3945outputs : {} # nothing?
4046
4147runs :
7076 - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
7177 with :
7278 path : ${{ inputs.srcdir }}
73- token : ${{ secrets.MATZBOT_GITHUB_TOKEN }}
79+ token : ${{ inputs.token }}
7480
7581 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
7682 with :
Original file line number Diff line number Diff line change 2323 - uses : ./.github/actions/setup/directories
2424 with :
2525 makeup : true
26+ token : ${{ secrets.MATZBOT_GITHUB_TOKEN }}
2627
2728 - name : Check if C-sources are US-ASCII
2829 run : |
You can’t perform that action at this time.
0 commit comments