Skip to content

Commit

Permalink
Add checkout token to simulator build
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Oct 19, 2023
1 parent fe54b19 commit d8484ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
token: ${{ secrets.CHECKOUT_TOKEN }}

- name: Install mac dependencies
if: matrix.os.os == 'macos'
Expand Down

0 comments on commit d8484ae

Please sign in to comment.