We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61da4fb commit 90c739bCopy full SHA for 90c739b
.github/workflows/release.yml
@@ -31,10 +31,10 @@ jobs:
31
echo "SHA256=$SHA256" >> $GITHUB_ENV
32
- name: Update Homebrew Tap
33
env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ PAT: ${{ secrets.PAT }}
35
run: |
36
# Clone tap repo
37
- git clone https://x-access-token:${GITHUB_TOKEN}@github.com/leonchen83/homebrew-redis-rdb-cli.git
+ git clone https://x-access-token:${PAT}@github.com/leonchen83/homebrew-redis-rdb-cli.git
38
cd homebrew-redis-rdb-cli
39
40
FORMULA_FILE=Formula/redis-rdb-cli.rb
0 commit comments