Skip to content

Commit 944fc72

Browse files
secrets everywhere
1 parent 7f00136 commit 944fc72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/dev-packages.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Packages Deploy
22

33
on: workflow_dispatch
44

5-
env:
6-
SECRETS: ${{ toJSON(secrets) }}
7-
85
jobs:
96
publish:
107
name: Publish Dev Packages
@@ -23,7 +20,7 @@ jobs:
2320
run: |
2421
npm install -g yarn
2522
echo "Yarn version: $(yarn -v)"
26-
echo "//registry.npmjs.org/:_authToken=${{SECRETS.NPM_TOKEN}}" >> ~/.npmrc
23+
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
2724
2825
- name: Install Dependencies
2926
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)