diff options
| author | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 08:42:50 +0300 |
|---|---|---|
| committer | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 08:42:50 +0300 |
| commit | 8c0bd91c11fb235cb1eccc0e160db9f927c1843d (patch) | |
| tree | 1c87caf24bfb13a282ff943362d5ae3467f8f488 /.github/workflows | |
| parent | [~] location for github actions 😅 (diff) | |
| download | t-8c0bd91c11fb235cb1eccc0e160db9f927c1843d.tar.xz t-8c0bd91c11fb235cb1eccc0e160db9f927c1843d.zip | |
[~] repo token
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
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 |