Remove token

The documentation states "The called workflow is automatically granted access to `github.token` and `secrets.GITHUB_TOKEN`."
This commit is contained in:
ReenigneArcher 2022-01-10 21:46:12 -05:00
commit c2027a5481
2 changed files with 2 additions and 11 deletions

View file

@ -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 }}