Skip to content

Commit

Permalink
fix: Update permissions in hydrun CI workflow for build provenance ac…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
alexlovelltroy committed Nov 22, 2024
1 parent 7f32a13 commit df67b2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hydrun.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: hydrun CI

permissions: write-all # Necessary for the generate-build-provenance action

on:
push:
pull_request:
Expand Down Expand Up @@ -68,7 +70,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
needs: build-linux

steps:
Expand Down

0 comments on commit df67b2a

Please sign in to comment.