File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 10
10
- run : |
11
11
yarn
12
12
env:
13
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14
13
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
15
14
- run : |
16
15
yarn build
Original file line number Diff line number Diff line change 6
6
release :
7
7
runs-on : ubuntu-latest
8
8
if : " !contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
9
+ env :
10
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
11
+ FONTAWESOME_NPM_AUTH_TOKEN : ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
12
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
9
13
steps :
10
14
- uses : actions/checkout@v2
11
15
21
25
uses : bahmutov/npm-install@v1
22
26
23
27
- name : Create Release
24
- env :
25
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
- FONTAWESOME_NPM_AUTH_TOKEN : ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
27
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
28
28
run : |
29
29
yarn release
You can’t perform that action at this time.
0 commit comments