Skip to content

Commit

Permalink
chore: Add permissions to download actions in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edmarfelipe committed Aug 24, 2024
1 parent 1379e85 commit 8bab902
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,7 @@ jobs:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
needs: test
permissions:
actions: read # to download
steps:
- uses: fgrosse/go-coverage-report@v1.0.2
- uses: fgrosse/go-coverage-report@v1.0.2

0 comments on commit 8bab902

Please sign in to comment.