Skip to content

Commit

Permalink
Add token to load acceptance tests submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Sep 4, 2023
1 parent 8aa4702 commit 9619f6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.ACCEPTANCE_TESTS_TOKEN }}
- name: Prepare Worker
uses: ./.github/actions/prepare-worker
- name: Run Acceptance Tests
Expand Down

0 comments on commit 9619f6e

Please sign in to comment.