Skip to content

Commit

Permalink
Fixing permissions issues on dependabot builds
Browse files Browse the repository at this point in the history
  • Loading branch information
flatherskevin authored Oct 10, 2024
1 parent 0271e8d commit 4ada127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ concurrency:
group: ${{ github.ref }}-build-dist
cancel-in-progress: true

permissions:
contents: write

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

Expand Down

0 comments on commit 4ada127

Please sign in to comment.