Skip to content

Commit

Permalink
add environment to workflows (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
donutdaniel authored Jun 7, 2024
1 parent 198b973 commit 6fbca20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
types: [published]
jobs:
build:
environment: production
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upgradeable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
trigger:
environment: production
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
Expand Down

0 comments on commit 6fbca20

Please sign in to comment.