fix mixedup scripts

This commit is contained in:
Benjamin
2024-12-11 15:43:44 -06:00
parent f52b8ca6e1
commit 3e2128c99b
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Run check.sh
run: |
./.github/scripts/deploy-registry.sh
./.github/scripts/check.sh
env:
INSTATUS_API_KEY: ${{ secrets.INSTATUS_API_KEY }}
INSTATUS_PAGE_ID: ${{ secrets.INSTATUS_PAGE_ID }}

View File

@@ -15,9 +15,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run check.sh
- name: Run deploy-registry.sh
run: |
./.github/scripts/check.sh
./.github/scripts/deploy-registry.sh
env:
GCLOUD_API_KEY: ${{ secrets.GCLOUD_API_KEY }}
GCLOUD_PROD_DEPLOY_SECRET: ${{ secrets.GCLOUD_PROD_DEPLOY_SECRET }}