Setup env token
This commit is contained in:
parent
b04d4f7a80
commit
f3ffd84da3
|
@ -28,6 +28,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Fetch pro submodule if running in BB
|
- name: Fetch pro submodule if running in BB
|
||||||
|
env:
|
||||||
|
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
if [ "$GITHUB_REPOSITORY" = "Budibase/budibase" ]; then
|
if [ "$GITHUB_REPOSITORY" = "Budibase/budibase" ]; then
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
Loading…
Reference in New Issue