Skip to content

Commit 5325f26

Browse files
committed
Use deployment environment scoped secrets
1 parent 4cb89f9 commit 5325f26

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010
jobs:
1111
deploy:
1212
runs-on: deployment
13+
environment: deployment
1314
env:
1415
NPM_BASE_URL: ${{ secrets.NPM_BASE_URL }}
1516
NPM_IDENTITY: ${{ secrets.NPM_IDENTITY }}

.github/workflows/dns.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515
jobs:
1616
dns:
1717
runs-on: deployment
18+
environment: deployment
1819
env:
1920
NPM_BASE_URL: ${{ secrets.NPM_BASE_URL }}
2021
NPM_IDENTITY: ${{ secrets.NPM_IDENTITY }}

0 commit comments

Comments
 (0)