Browse Source

Add access token to C++ build test

This is necessary for downstream adopters.
sbg
Lorenz Meier 5 years ago committed by GitHub
parent
commit
993938c0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/ccpp.yml

3
.github/workflows/ccpp.yml

@ -8,6 +8,9 @@ jobs: @@ -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

Loading…
Cancel
Save