We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c022063 commit b794878Copy full SHA for b794878
1 file changed
.github/workflows/release.yml
@@ -582,6 +582,14 @@ jobs:
582
environment: sbom
583
584
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
+
593
- name: Download SBOM artifact
594
env:
595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments