Update create_package.yml
-Use with instead of secrets on caller workflow
This commit is contained in:
parent
4fa2624495
commit
909e36b80d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/create_package.yml
vendored
6
.github/workflows/create_package.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue