diff --git a/.github/workflows/staging-migrations.yaml b/.github/workflows/staging-migrations.yaml index 9f80a9d8..ef60b904 100644 --- a/.github/workflows/staging-migrations.yaml +++ b/.github/workflows/staging-migrations.yaml @@ -5,7 +5,7 @@ on: types: [opened, synchronize] jobs: - check-folder-changes: + apply-staging-migrations: runs-on: ubuntu-latest steps: - name: Checkout repository @@ -38,4 +38,8 @@ jobs: - name: Run TypeScript script if: ${{ env.CHANGES == 'true' }} + env: + DATO_API_KEY_OPENEARTH_RWS_VIEWER: ${{ secrets.DATO_API_KEY_OPENEARTH_RWS_VIEWER }} + DATO_API_KEY_OPENEARTH_DATA_VIEWER: ${{ secrets.DATO_API_KEY_OPENEARTH_DATA_VIEWER }} + DATO_API_KEY_NL2120: ${{ secrets.DATO_API_KEY_NL2120 }} run: npm run migrations:apply-staging