Add access token to build_tests.yml (#13789)

Add access token to build_tests.yml

This is necessary to enable GH Actions for downstream adopters. This also enables the explicit submodule checkout.
This commit is contained in:
Lorenz Meier
2019-12-26 12:54:56 +01:00
committed by GitHub
parent ffff35a597
commit d86a308f76
+3
View File
@@ -8,6 +8,9 @@ jobs:
container: px4io/px4-dev-base-bionic:2019-10-24
steps:
- uses: actions/checkout@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: true
- name: check_format
env:
CI: true