Skip to content

Commit 3196231

Browse files
committed
build: Set jobs environment
1 parent b480f07 commit 3196231

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
create-release:
5454
needs: publish-to-npm
5555
runs-on: ubuntu-latest
56+
environment: release
5657
permissions: {}
5758
steps:
5859
- name: Generate GitHub token
@@ -71,6 +72,7 @@ jobs:
7172
trigger-registry-update:
7273
needs: create-release
7374
runs-on: ubuntu-latest
75+
environment: release
7476
permissions: {}
7577
steps:
7678
- name: Generate token scoped to the registry repo

0 commit comments

Comments
 (0)