Update create_package.yml

-Use with instead of secrets on caller workflow
This commit is contained in:
ReenigneArcher 2022-01-10 21:20:36 -05:00
parent 4fa2624495
commit 909e36b80d

View File

@ -88,7 +88,7 @@ jobs:
path: artifacts/
- name: Create Release
uses: ./.github/workflows/create_release.yml
secrets:
with:
token: ${{ secrets.GITHUB_TOKEN }}
@ -128,7 +128,7 @@ jobs:
path: artifacts/
- name: Create Release
uses: ./.github/workflows/create_release.yml
secrets:
with:
token: ${{ secrets.GITHUB_TOKEN }}
build_win:
@ -187,5 +187,5 @@ jobs:
path: artifacts/
- name: Create Release
uses: ./.github/workflows/create_release.yml
secrets:
with:
token: ${{ secrets.GITHUB_TOKEN }}