mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
use default token
This commit is contained in:
parent
dc457f67bb
commit
d90e846053
4
.github/workflows/publish-github.yml
vendored
4
.github/workflows/publish-github.yml
vendored
|
|
@ -23,8 +23,8 @@ jobs:
|
|||
- name: Create Release
|
||||
id: release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: ${{ env.SK_VERSION }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue