Skip to content

Commit 90c739b

Browse files
author
chenby
committed
update action
1 parent 61da4fb commit 90c739b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
echo "SHA256=$SHA256" >> $GITHUB_ENV
3232
- name: Update Homebrew Tap
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
PAT: ${{ secrets.PAT }}
3535
run: |
3636
# Clone tap repo
37-
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/leonchen83/homebrew-redis-rdb-cli.git
37+
git clone https://x-access-token:${PAT}@github.com/leonchen83/homebrew-redis-rdb-cli.git
3838
cd homebrew-redis-rdb-cli
3939
4040
FORMULA_FILE=Formula/redis-rdb-cli.rb

0 commit comments

Comments
 (0)