Skip to content

Commit

Permalink
use default GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDen committed May 5, 2024
1 parent a64ee7f commit f90dd8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "*"
workflow_dispatch:

permissions:
contents: write
Expand All @@ -30,4 +31,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f90dd8b

Please sign in to comment.