Skip to content

Commit

Permalink
ADD:test pat token
Browse files Browse the repository at this point in the history
  • Loading branch information
wswenyue committed Mar 13, 2024
1 parent 04aa293 commit 1b5286d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
repository: wswenyue/homebrew-aklog
ref: ${{ github.head_ref }}
fetch-depth: 0
token: ${{ secrets.PAT_TOKEN }}
# token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
- name: Download formula
uses: actions/download-artifact@v4
Expand All @@ -108,5 +109,5 @@ jobs:
uses: ad-m/github-push-action@master
with:
repository: wswenyue/homebrew-aklog
github_token: ${{ secrets.push_token }}
github_token: ${{ secrets.PAT_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 1b5286d

Please sign in to comment.