Update .github/workflows/build_prepare.yaml
This commit is contained in:
2
.github/workflows/build_prepare.yaml
vendored
2
.github/workflows/build_prepare.yaml
vendored
@@ -72,7 +72,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test credential
|
- name: Test credential
|
||||||
run: |
|
run: |
|
||||||
echo "${S3_AK:0:4}" "${S3_SK:0:4}"
|
echo "test ${S3_AK:0:4}" "${S3_SK:0:4}"
|
||||||
env:
|
env:
|
||||||
S3_AK: ${{ secrets.S3_AK }}
|
S3_AK: ${{ secrets.S3_AK }}
|
||||||
S3_SK: ${{ secrets.S3_SK }}
|
S3_SK: ${{ secrets.S3_SK }}
|
||||||
|
|||||||
Reference in New Issue
Block a user