diff --git a/.github/workflows/flex-templates.yml b/.github/workflows/flex-templates.yml index f4e4bbd1..a5617a71 100644 --- a/.github/workflows/flex-templates.yml +++ b/.github/workflows/flex-templates.yml @@ -22,6 +22,7 @@ jobs: runs-on: ubuntu-latest needs: [assembly] steps: + - uses: actions/checkout@v4 - uses: google-github-actions/auth@v1 with: credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}" @@ -36,6 +37,7 @@ jobs: runs-on: ubuntu-latest needs: [assembly] steps: + - uses: actions/checkout@v4 - uses: google-github-actions/auth@v1 with: credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}"