Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
flippipe committed Aug 8, 2024
1 parent 7a25b50 commit 43092b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-otel-log-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
tags:
- "v*.*.*"

# permissions:
# contents: read
permissions:
contents: write

jobs:
deploy:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.x'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 43092b8

Please sign in to comment.