Skip to content

Commit

Permalink
ci(general): Added permissions to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 5, 2024
1 parent 9979788 commit 95dc2f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build, Test and Release

on: push

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -31,6 +34,4 @@ jobs:
draft: ${{contains(github.ref, '-beta')}}
files: |
./lib/scfz
LICENSE
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LICENSE

0 comments on commit 95dc2f5

Please sign in to comment.