Skip to content

Commit

Permalink
give write permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ykumards committed Aug 27, 2024
1 parent d8231f3 commit 601b165
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
build:
runs-on: macos-latest

permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -29,4 +30,4 @@ jobs:
with:
files: src-tauri/target/release/bundle/dmg/*.dmg
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 601b165

Please sign in to comment.