add workflow to trigger ubuntu packaging
							parent
							
								
									a281e1a26e
								
							
						
					
					
						commit
						10e03063b3
					
				|  | @ -0,0 +1,21 @@ | ||||||
|  | # This triggers building of packages | ||||||
|  | name: Trigger Package Builds | ||||||
|  | on: | ||||||
|  |   push: | ||||||
|  |     branches: | ||||||
|  |       - develop | ||||||
|  | jobs: | ||||||
|  |   trigger-package-build: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |       - name: Trigger Package Rebuild | ||||||
|  |         uses: actions/github-script@v6 | ||||||
|  |         with: | ||||||
|  |           github-token: ${{ secrets.PACKAGING_REPO_ACCESS_TOKEN }} | ||||||
|  |           script: | | ||||||
|  |             await github.rest.actions.createWorkflowDispatch({ | ||||||
|  |               owner: 'borglab-launchpad', | ||||||
|  |               repo: 'gtsam-packaging', | ||||||
|  |               workflow_id: 'main.yaml', | ||||||
|  |               ref: 'master' | ||||||
|  |             }) | ||||||
		Loading…
	
		Reference in New Issue