Skip to content

Commit 7a713c6

Browse files
committed
Update token reference in GH workflows
1 parent 178b860 commit 7a713c6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ on:
66
- main
77
paths-ignore:
88
# - '.github/**'
9-
- '**/package.json'
9+
- './package.json'
10+
- '/apps/**/*'
11+
- '/internal/**/*'
12+
- '/cypress/**/*'
13+
- '**/*.test.ts'
14+
- '**/*.test.tsx'
1015

1116
env:
12-
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_FROM_CHANCE }}
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1319

1420
concurrency: ${{ github.workflow }}-${{ github.ref }}
1521

.github/workflows/publish-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10-
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_FROM_CHANCE }}
10+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1111

1212
concurrency: ${{ github.workflow }}-${{ github.ref }}
1313

0 commit comments

Comments
 (0)