Skip to content

Commit

Permalink
use PAT token
Browse files Browse the repository at this point in the history
  • Loading branch information
ykumards committed Aug 27, 2024
1 parent 80c441b commit d8231f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v*.*.*' # This triggers the workflow for any version tag
- 'v*.*.*'

jobs:
build:
Expand All @@ -29,4 +29,4 @@ jobs:
with:
files: src-tauri/target/release/bundle/dmg/*.dmg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

0 comments on commit d8231f3

Please sign in to comment.