Skip to content

Commit eca3dd8

Browse files
committed
ci: remove environment scoping so repo-level secrets are used
The migrate and deploy jobs referenced environment: production, which requires secrets to be configured per-environment in GitHub. Removing the environment key so they use repository-level secrets instead.
1 parent 2513d08 commit eca3dd8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy-api.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
needs: check
6161
runs-on: ubuntu-latest
6262
timeout-minutes: 5
63-
environment: ${{ inputs.stage || 'production' }}
6463
steps:
6564
- uses: actions/checkout@v4
6665

@@ -80,7 +79,6 @@ jobs:
8079
needs: migrate
8180
runs-on: ubuntu-latest
8281
timeout-minutes: 15
83-
environment: ${{ inputs.stage || 'production' }}
8482
steps:
8583
- uses: actions/checkout@v4
8684

0 commit comments

Comments
 (0)