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 2aaed34 commit 36d0de1Copy full SHA for 36d0de1
.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
34
upload-sbom-release-assets: true
35
36
build:
37
+ needs: [scan]
38
runs-on: ubuntu-latest
39
strategy:
40
fail-fast: false
.github/workflows/release.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
+ token: ${{ secrets.PAT_INSOMNIA_INFRA }}
23
+
24
25
- name: Configure Git user
26
uses: Homebrew/actions/git-user-config@master
0 commit comments