workflow fixes

This commit is contained in:
Dennis Eichhorn 2022-04-10 18:49:26 +02:00
parent 375d8bd9e0
commit f065cecb39

View File

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