Commit e9a9fef 1 parent d1b3afb commit e9a9fef Copy full SHA for e9a9fef
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 9
9
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
10
10
ENV_SUT : ${{ secrets.ENV_SUT }}
11
11
CI_PROVIDER_TO_TEST : ' github'
12
+ NODE_AUTH_TOKEN : ${{secrets.NPM_AUTOMATION_TOKEN}}
13
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
12
14
13
15
jobs :
14
16
release :
23
25
registry-url : ' https://registry.npmjs.org'
24
26
- id : publish
25
27
run : scripts/ci/release.sh
26
- env :
27
- NODE_AUTH_TOKEN : ${{secrets.NPM_AUTOMATION_TOKEN}}
28
28
- name : Create Release
29
29
id : create_release
30
30
uses : actions/create-release@v1
31
- env :
32
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
33
31
with :
34
32
tag_name : v${{ steps.publish.outputs.version }}
35
33
release_name : Release v${{ steps.publish.outputs.version }}
You can’t perform that action at this time.
0 commit comments