Remove token
The documentation states "The called workflow is automatically granted access to `github.token` and `secrets.GITHUB_TOKEN`."
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user