name:Balena Pushon:push:# Only run workflow for pushes to specific branchesbranches: - masterjobs:balena-push:runs-on:ubuntu-lateststeps: - uses:actions/checkout@v1 - uses:theaccordance/balena-push@v1.1.0with:api-token:${{secrets.BALENA_API_TOKEN}}application-name:${{secrets.BALENA_APPLICATION_NAME}}
Pushing a project sub-directory
name:Balena Pushon:push:# Only run workflow for pushes to specific branchesbranches: - masterjobs:balena-push:runs-on:ubuntu-lateststeps: - uses:actions/checkout@v1 - uses:theaccordance/balena-push@v1.1.0with:api-token:${{secrets.BALENA_API_TOKEN}}application-name:${{secrets.BALENA_APPLICATION_NAME}}application-path:"./balena-wpe"