mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
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:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user