Skip to content

package-master

package-master #340

Workflow file for this run

---
name: Package mc_panda
on:
repository_dispatch:
types:
- package-master
- package-release
pull_request:
branches:
- "**"
push:
paths-ignore:
- README.md
- ".github/workflows/build.yml"
branches:
- "**"
tags:
- v*
jobs:
package:
uses: jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
with:
with-ros: true
matrix: |
{
"dist": ["bionic", "focal"],
"arch": ["amd64"]
}
secrets:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
GH_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}