Skip to content

Commit

Permalink
Attestation?
Browse files Browse the repository at this point in the history
  • Loading branch information
4f48 committed Sep 6, 2024
1 parent 67f067f commit b27e86e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ env:

jobs:
build:
permissions:
attestations: write
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -20,6 +24,10 @@ jobs:
run: cargo clippy
- name: Build
run: cargo build --release
- name: Generate artifact attestation
uses: actions/[email protected]
with:
subject-path: ./target/release/dpb
- name: Upload build artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit b27e86e

Please sign in to comment.