mirror of
https://github.com/Karaka-Management/oms-Tools.git
synced 2026-01-11 07:08:43 +00:00
workflow fixes
This commit is contained in:
parent
c8cefc5149
commit
0202bec466
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
ref: develop
|
||||
repository: Karaka/phpOMS
|
||||
path: phpOMS
|
||||
token: ${{ secrets.GITHUB }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Checkout Karaka Repository
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
|
|
@ -142,7 +142,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 1
|
||||
submodules: recursive
|
||||
token: ${{ secrets.GITHUB }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Checkout Build Repository
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
|
|
@ -183,7 +183,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 1
|
||||
submodules: recursive
|
||||
token: ${{ secrets.GITHUB }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Checkout Build Repository
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user