Skip to content

Commit 172286a

Browse files
committed
handle key
1 parent a2fab4d commit 172286a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cpp-golang-rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
steps:
105105
- name: Set Backend Secret Key
106106
run: |
107+
echo "::add-mask::${{ secrets[matrix.secret_key] }}"
107108
echo "PULL_KEY=${{ secrets[matrix.secret_key] }}" >> $GITHUB_ENV
108109
- name: Set Backend Branch Name
109110
run: |

0 commit comments

Comments
 (0)