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 4c0166d commit 40ea0edCopy full SHA for 40ea0ed
.github/workflows/release-and-upload-sbom.yml
@@ -2,7 +2,7 @@ name: Release and Upload SBOM to Balena
2
3
on:
4
pull_request:
5
- types: [opened]
+ types: [opened, synchronize]
6
branches:
7
- main
8
@@ -47,14 +47,13 @@ jobs:
47
ls -la sbom-*.json sboms.tar.gz
48
49
- name: balena CLI Action
50
- uses: balena-io-experimental/community-cli-action@main
+ uses: balena-io-examples/setup-balena-action@main
51
with:
52
- balena_token: ${{secrets.BALENA_API_TOKEN}}
+ balena-token: ${{secrets.BALENA_API_TOKEN}}
53
54
- name: Create Balena Release
55
id: create-release
56
run: |
57
- # Push to Balena and create a release
58
echo "Creating release for fleet: ${{ env.FLEET_SLUG }}"
59
60
# Build and push the release
0 commit comments