Skip to content

Commit

Permalink
Merge pull request #2 from nosportugal/build
Browse files Browse the repository at this point in the history
fix permissions
  • Loading branch information
flippipe authored Aug 8, 2024
2 parents e81311e + 43092b8 commit e01e9f3
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 e01e9f3

Please sign in to comment.