Skip to content

Commit

Permalink
CI: Add required permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
donarturo11 authored Jul 8, 2024
1 parent 25b8604 commit e66a2e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ jobs:
needs: build
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Get Build Tag
id: get_tag
Expand Down

0 comments on commit e66a2e7

Please sign in to comment.