forked from Archive/PX4-Autopilot
Add access token to NuttX Github Action
This is necessary for downstream adopters. We want them to run these actions as well so that contributions are already pre-tested.
This commit is contained in:
parent
993938c0b1
commit
77951c1e07
|
@ -22,5 +22,8 @@ jobs:
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
submodules: true
|
||||||
- name: make ${{ matrix.config }}
|
- name: make ${{ matrix.config }}
|
||||||
run: make ${{ matrix.config }}
|
run: make ${{ matrix.config }}
|
||||||
|
|
Loading…
Reference in New Issue