Skip to content

Commit

Permalink
chore(ci): add permissions on linux ci (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Nov 9, 2024
1 parent 2fa6b3d commit 43bb66d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
tags:
- "*"


permissions:
contents: write

jobs:
build-linux-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 43bb66d

Please sign in to comment.