Skip to content

Commit 6cd992c

Browse files
committed
Merge branch 'master' into feature/BB-791
2 parents 25b5c34 + 35c7e0e commit 6cd992c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Nightly Build
2+
on:
3+
schedule:
4+
- cron: '00 10 * * *'
5+
jobs:
6+
build:
7+
runs-on: ubuntu-18.04
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: Package
11+
id: package
12+
uses: AutoModality/action-package-debian-ros@v2.0.0
13+
with:
14+
dev-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_DEV_ENTITLEMENT }}
15+
release-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
16+

0 commit comments

Comments
 (0)