Commit 95ca2a1f authored by Robert Knight's avatar Robert Knight

Use default environment for update-extension job

Using the "production" environment for the job results in a prompt for
approval, which we only want to happen for the actual production
release. Using the default environment should allow this job to execute
automatically after the production client release.

The secret used by this job has been migrated from being an environment
secret to a repository secret.
parent b224f391
...@@ -120,7 +120,6 @@ jobs: ...@@ -120,7 +120,6 @@ jobs:
run: scripts/deploy-to-s3.js --bucket ${{ env.S3_BUCKET }} run: scripts/deploy-to-s3.js --bucket ${{ env.S3_BUCKET }}
update-extension: update-extension:
environment: production
needs: release-prod needs: release-prod
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment