We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db0aef commit 6b42ae6Copy full SHA for 6b42ae6
.github/workflows/deploy-uplim-kun-monitoring.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Create .clasprc.json
30
run: |
31
- echo "${{ secrets.UPLIM_INFO_BASE64 }}" | base64 --decode > ~/.clasprc.json
+ echo "${{ secrets.CLASP_RC_BASE64 }}" | base64 --decode > ~/.clasprc.json
32
33
- name: Create .clasp.json
34
0 commit comments