File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
branches :
4
4
- main
5
5
workflow_dispatch :
6
+
7
+ permissions :
8
+ contents : write
9
+ packages : write
10
+ pull-requests : write
11
+ issues : write
6
12
7
13
name : Release
8
14
jobs :
25
31
run : yarn install --frozen-lockfile
26
32
- name : Build
27
33
run : yarn build
28
- - name : Request GitHub token
29
- id : get_workflow_token
30
- uses :
peter-murray/[email protected]
31
- with :
32
- application_id : ${{ secrets.APP_ID }}
33
- application_private_key : ${{ secrets.APPLICATION_PRIVATE_KEY }}
34
34
- name : Release
35
35
env :
36
- GITHUB_TOKEN : ${{ steps.get_workflow_token.outputs.token }}
36
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
NPM_TOKEN : ${{ secrets.NPMJS_ACCESS_TOKEN }}
38
38
NODE_AUTH_TOKEN : ${{ secrets.NPMJS_ACCESS_TOKEN }}
39
39
run : yarn release
You can’t perform that action at this time.
0 commit comments