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 2bc4391Copy full SHA for 2bc4391
.github/workflows/release-and-upload-sbom.yml
@@ -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-experimental/setup-balena-action@main
51
with:
52
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