aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEvsyukov Denis Anatolyevich <[email protected]>2020-03-11 08:42:50 +0300
committerEvsyukov Denis Anatolyevich <[email protected]>2020-03-11 08:42:50 +0300
commit8c0bd91c11fb235cb1eccc0e160db9f927c1843d (patch)
tree1c87caf24bfb13a282ff943362d5ae3467f8f488 /.github/workflows
parent[~] location for github actions 😅 (diff)
downloadt-8c0bd91c11fb235cb1eccc0e160db9f927c1843d.tar.xz
t-8c0bd91c11fb235cb1eccc0e160db9f927c1843d.zip
[~] repo token
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index b3504cd..c307c36 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
with:
- repo_token: ${{ secrets.GITHUB_TOKEN }}
+ repo_token: ${{ secrets.TOKEN }}
file: target/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }} \ No newline at end of file