Skip to content

Commit 385171c

Browse files
authored
Merge pull request #20985 from emberjs/kategengler-patch-1
2 parents 89a0046 + 12fa804 commit 385171c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/alpha-releases.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
- cron: '0 20 * * 3' # weekly (Wednesday)
66
workflow_dispatch:
77

8-
permissions:
9-
contents: read
10-
id-token: write
11-
128
jobs:
139
test:
1410
name: Basic Test
@@ -24,6 +20,7 @@ jobs:
2420
release:
2521
permissions:
2622
contents: write # to push tag
23+
id-token: write
2724

2825
name: Tag + Release
2926
runs-on: ubuntu-latest
@@ -51,8 +48,6 @@ jobs:
5148
run: node bin/build-for-publishing.js
5249
- name: publish to npm
5350
run: npm publish
54-
env:
55-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
5651
- name: push tag
5752
# Push in a way that will NOT trigger other workflows
5853
run: git push origin v${{env.NEXT_ALPHA}}-ember-source

0 commit comments

Comments
 (0)