Skip to content

Commit

Permalink
personal access token
Browse files Browse the repository at this point in the history
  • Loading branch information
29cmb committed Jul 29, 2024
1 parent 0d10a6d commit 3782e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Manual Release
name: Automatic Release

on:
workflow_dispatch:
Expand All @@ -21,7 +21,7 @@ jobs:
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PAT }}
workflow_file_name: build-love-file.yml
wait_interval: 10
trigger_workflow: true
Expand Down

0 comments on commit 3782e9a

Please sign in to comment.