Skip to content

Commit

Permalink
fix: workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Jan 28, 2025
1 parent 3f9aad7 commit be87a63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/aggregate_tested_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
aggregate_tested_versions:
name: Aggregate Tested Versions
runs-on: ubuntu-latest
permissions:
contents: write
actions: read
pull-requests: write

steps:
- name: Checkout code
Expand Down

0 comments on commit be87a63

Please sign in to comment.