Skip to content

Commit b794878

Browse files
authored
ci: fix SBOM upload (#1528)
The Devolutions/actions repository was not checked out.
1 parent c022063 commit b794878

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,14 @@ jobs:
582582
environment: sbom
583583

584584
steps:
585+
- name: Check out Devolutions/actions
586+
uses: actions/checkout@v4
587+
with:
588+
repository: Devolutions/actions
589+
ref: v1
590+
token: ${{ secrets.DEVOLUTIONSBOT_TOKEN }}
591+
path: ./.github/workflows
592+
585593
- name: Download SBOM artifact
586594
env:
587595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)