Skip to content

Commit

Permalink
match gw proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
ermirizio committed Nov 29, 2023
1 parent 702022a commit 17684b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:

jobs:
smoke-tests:
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
runs-on: ubuntu-latest

steps:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,12 @@ jobs:
push: false

smoke-test:
needs: goreleaser
uses: ./.github/workflows/smoke-test.yml
needs:
- goreleaser
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
uses: ./.github/workflows/release-test.yml

sbom:
needs: goreleaser
Expand Down

0 comments on commit 17684b4

Please sign in to comment.