Setup env token

This commit is contained in:
Adria Navarro 2023-06-29 10:47:05 +01:00
parent b04d4f7a80
commit f3ffd84da3
1 changed files with 2 additions and 0 deletions

View File

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