Skip to content

Commit 4fafa6f

Browse files
eps1lonSebastian Silbermann
andauthored
Use same secrets naming as dom-accessibility-api (#21)
Co-authored-by: Sebastian Silbermann <sebastian.silbermann@klarna.com>
1 parent b9e56fc commit 4fafa6f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77

8-
concurrency: ${{ github.workflow }}-${{ github.ref }}
9-
108
jobs:
119
release:
1210
name: Release
@@ -30,8 +28,7 @@ jobs:
3028
id: changesets
3129
uses: changesets/action@v1
3230
with:
33-
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3431
publish: yarn release
3532
env:
3633
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)