Skip to content

Commit 6b42ae6

Browse files
committed
fix
1 parent 0db0aef commit 6b42ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-uplim-kun-monitoring.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Create .clasprc.json
3030
run: |
31-
echo "${{ secrets.UPLIM_INFO_BASE64 }}" | base64 --decode > ~/.clasprc.json
31+
echo "${{ secrets.CLASP_RC_BASE64 }}" | base64 --decode > ~/.clasprc.json
3232
3333
- name: Create .clasp.json
3434
run: |

0 commit comments

Comments
 (0)