Add access token to C++ build test

This is necessary for downstream adopters.
This commit is contained in:
Lorenz Meier 2019-12-26 12:57:08 +01:00 committed by GitHub
parent d86a308f76
commit 993938c0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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: make
run: make