Skip to content

Commit

Permalink
ci: fix add write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Sep 11, 2024
1 parent 58db00f commit c7c6024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Generate Baseline
on:
workflow_dispatch:

permissions: write-all

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit c7c6024

Please sign in to comment.