Skip to content

Commit

Permalink
chore: use the correct environment in CI (#3719)
Browse files Browse the repository at this point in the history
* chore: use the correct environment

* Do we require manual approval

* chore: remove env for `test`

* changeset
  • Loading branch information
petertonysmith94 authored Feb 19, 2025
1 parent 4a26957 commit b46115a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/sour-mirrors-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

chore: use the correct environment in CI
1 change: 1 addition & 0 deletions .github/workflows/changesets-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
changesets-pr:
runs-on: ubuntu-latest
environment: fuel-fuels-ts-bot
permissions: write-all
# First check ensures that the workflow runs only if the commit is NOT the changesets PR commit.
# Second check ensures that the workflow runs only after a commit is pushed into the branch,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
runs-on: ubuntu-latest
environment: npm-deploy
environment: fuel-fuels-ts-bot
permissions: write-all
# First check ensures that the workflow runs only when the changesets PR commit is pushed into the branch.
# Second check ensures that the workflow runs only after a commit is pushed into the branch,
Expand Down

0 comments on commit b46115a

Please sign in to comment.