Remove token
The documentation states "The called workflow is automatically granted access to `github.token` and `secrets.GITHUB_TOKEN`."
This commit is contained in:
parent
909e36b80d
commit
c2027a5481
2 changed files with 2 additions and 11 deletions
6
.github/workflows/create_package.yml
vendored
6
.github/workflows/create_package.yml
vendored
|
|
@ -88,8 +88,6 @@ jobs:
|
|||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: ./.github/workflows/create_release.yml
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
build_linux:
|
||||
|
|
@ -128,8 +126,6 @@ jobs:
|
|||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: ./.github/workflows/create_release.yml
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
build_win:
|
||||
name: Windows
|
||||
|
|
@ -187,5 +183,3 @@ jobs:
|
|||
path: artifacts/
|
||||
- name: Create Release
|
||||
uses: ./.github/workflows/create_release.yml
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue