We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6c53f commit fc02994Copy full SHA for fc02994
.github/workflows/build.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
target-ros2-distro: ${{ matrix.ros }}
34
package-name: ${{ matrix.package }}
35
+ import-token: ${{ secrets.GITHUB_TOKEN }}
36
- uses: actions/upload-artifact@v4
37
38
name: colcon-logs__${{ matrix.package }}__${{ matrix.ros }}
0 commit comments