Commit 32e2144 1 parent e31ea3f commit 32e2144 Copy full SHA for 32e2144
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
id : create_release
29
29
uses : actions/create-release@v1
30
30
env :
31
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
31
+ RELEASE_TOKEN : ${{ secrets.RELEASE_TOKEN }} # This token is provided by Actions, you do not need to create your own token
32
32
with :
33
33
tag_name : ${{ github.ref }}
34
34
release_name : Release ${{ github.ref }}
81
81
- name : Upload binaries to release
82
82
uses : svenstaro/upload-release-action@v2
83
83
with :
84
- repo_token : ${{ secrets.GITHUB_TOKEN }}
84
+ repo_token : ${{ secrets.RELEASE_TOKEN }}
85
85
file : amlen_exporter-${{ env.RELEASE_VERSION }}.linux-amd64.tar
86
86
asset_name : amlen_exporter-${{ env.RELEASE_VERSION }}.linux-amd64.tar
87
87
tag : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments