Skip to content

Commit 76d64eb

Browse files
committed
test this
1 parent b86e56a commit 76d64eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/gh-setup/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ runs:
88
with:
99
node-version: lts/*
1010
cache: yarn
11-
env:
12-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
13-
1411
- name: Install dependencies
1512
shell: bash
1613
run: yarn install --immutable

.github/workflows/release-snapshot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: ./.github/actions/gh-setup
1414
- name: Create Snapshot Release
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1518
run: |
1619
yarn run version-packages --snapshot "${{ github.ref_name }}"
1720
echo '---'

0 commit comments

Comments
 (0)