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