Skip to content

Commit

Permalink
add contents write permissions to GITHUB_TOKEN for OTel workflow (#32822
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jackgopack4 authored Jan 9, 2025
1 parent 4ab3e4c commit 7a3267f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/collector-generate-and-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
update-and-generate:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
Expand Down

0 comments on commit 7a3267f

Please sign in to comment.