We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eef93e commit b47a95cCopy full SHA for b47a95c
.github/workflows/test.yml
@@ -121,7 +121,9 @@ jobs:
121
with:
122
fetch-depth: 0
123
- name: Download required build artifact
124
- run: curl -LO $BUILD_URL/disk-ufs.img.gz
+ run: |
125
+ echo "::add-mask::$ACTIONS_RUNTIME_TOKEN"
126
+ curl -sSfLOH "Authentication: Bearer $ACTIONS_RUNTIME_TOKEN" $BUILD_URL/disk-ufs.img.gz
127
- name: Decompress required build artifact
128
run: gzip -d disk-ufs.img.gz
129
- name: Invoke test runner
0 commit comments