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.
1 parent 918c21f commit e4d49a7Copy full SHA for e4d49a7
1 file changed
.github/workflows/release-3.x.yml
@@ -1,13 +1,18 @@
1
-name: Release for 3.x
2
-
+name: Release 3.x
3
on:
4
push:
5
branches: [ 3.x ]
6
+permissions:
7
+ contents: write
8
+ deployments: write
9
+ issues: write
10
+ pull-requests: write
11
+ id-token: write
12
+
13
jobs:
14
release:
- name: Node.js
- uses: eggjs/github-actions/.github/workflows/node-release.yml@master
15
+ name: NPM
16
+ uses: eggjs/github-actions/.github/workflows/npm-release.yml@master
17
secrets:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
18
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
0 commit comments