We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89a0046 + 12fa804 commit 385171cCopy full SHA for 385171c
.github/workflows/alpha-releases.yml
@@ -5,10 +5,6 @@ on:
5
- cron: '0 20 * * 3' # weekly (Wednesday)
6
workflow_dispatch:
7
8
-permissions:
9
- contents: read
10
- id-token: write
11
-
12
jobs:
13
test:
14
name: Basic Test
@@ -24,6 +20,7 @@ jobs:
24
20
release:
25
21
permissions:
26
22
contents: write # to push tag
23
+ id-token: write
27
28
name: Tag + Release
29
runs-on: ubuntu-latest
@@ -51,8 +48,6 @@ jobs:
51
48
run: node bin/build-for-publishing.js
52
49
- name: publish to npm
53
50
run: npm publish
54
- env:
55
- NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
56
- name: push tag
57
# Push in a way that will NOT trigger other workflows
58
run: git push origin v${{env.NEXT_ALPHA}}-ember-source
0 commit comments