forked from wolfSSL/wolfssl
Point krb5 action to master branch of osp repo
This commit is contained in:
7
.github/workflows/krb5.yml
vendored
7
.github/workflows/krb5.yml
vendored
@ -2,8 +2,6 @@ name: Kerberos 5 Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
# TODO remove push when opening the PR
|
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
@ -48,10 +46,7 @@ jobs:
|
|||||||
- name: Checkout OSP
|
- name: Checkout OSP
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
# TODO revert repo to wolfssl on merge
|
repository: wolfssl/osp
|
||||||
repository: julek-wolfssl/osp
|
|
||||||
# TODO remove ref on merge
|
|
||||||
ref: krb5-1.21.1
|
|
||||||
path: osp
|
path: osp
|
||||||
|
|
||||||
- name: Checkout krb5
|
- name: Checkout krb5
|
||||||
|
Reference in New Issue
Block a user