Skip to content

Commit c996fd6

Browse files
authored
Update build.yml
1 parent 2fd7cfd commit c996fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
steps:
2525
- name: Add mask
2626
run: |
27-
echo "::add-mask::${{ secrets.CLUSTER_URL }}"
27+
echo "::add-mask::${{ secrets.SECRET_URL }}"
2828
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3030
- uses: actions/checkout@v2
3131

3232
# Runs a single command using the runners shell
3333
- name: Try to write the secret
34-
run: echo ${{ secrets.CLUSTER_URL }}
34+
run: echo ${{ secrets.SECRET_URL }}

0 commit comments

Comments
 (0)