Skip to content

Commit

Permalink
ci: add missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Oct 14, 2024
1 parent 000ad7e commit 23c579a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
publish-dependencies:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: eclipse-edc/.github/.github/actions/generate-dependencies-file@main
Expand Down

0 comments on commit 23c579a

Please sign in to comment.