Skip to content

Commit 40ea0ed

Browse files
committed
trigger ci
1 parent 4c0166d commit 40ea0ed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-and-upload-sbom.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release and Upload SBOM to Balena
22

33
on:
44
pull_request:
5-
types: [opened]
5+
types: [opened, synchronize]
66
branches:
77
- main
88

@@ -47,14 +47,13 @@ jobs:
4747
ls -la sbom-*.json sboms.tar.gz
4848
4949
- name: balena CLI Action
50-
uses: balena-io-experimental/community-cli-action@main
50+
uses: balena-io-examples/setup-balena-action@main
5151
with:
52-
balena_token: ${{secrets.BALENA_API_TOKEN}}
52+
balena-token: ${{secrets.BALENA_API_TOKEN}}
5353

5454
- name: Create Balena Release
5555
id: create-release
5656
run: |
57-
# Push to Balena and create a release
5857
echo "Creating release for fleet: ${{ env.FLEET_SLUG }}"
5958
6059
# Build and push the release

0 commit comments

Comments
 (0)