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 2fd7cfd commit c996fd6Copy full SHA for c996fd6
.github/workflows/build.yml
@@ -24,11 +24,11 @@ jobs:
24
steps:
25
- name: Add mask
26
run: |
27
- echo "::add-mask::${{ secrets.CLUSTER_URL }}"
+ echo "::add-mask::${{ secrets.SECRET_URL }}"
28
29
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
- uses: actions/checkout@v2
31
32
# Runs a single command using the runners shell
33
- name: Try to write the secret
34
- run: echo ${{ secrets.CLUSTER_URL }}
+ run: echo ${{ secrets.SECRET_URL }}
0 commit comments