mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
🔐 Add HOMEBREW_GITHUB_API_TOKEN
This commit is contained in:
parent
7d0f0a8fbd
commit
73d63a2981
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -227,6 +227,12 @@ jobs:
|
|||
run: |
|
||||
script/bootstrap -f
|
||||
|
||||
- name: 🔐 Configure HOMEBREW_GITHUB_API_TOKEN
|
||||
env:
|
||||
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
||||
run: |
|
||||
export HOMEBREW_GITHUB_API_TOKEN=your_token_here >>/Users/runner/.bash_profile
|
||||
|
||||
- name: 🔧 Configure Git Author
|
||||
run: |
|
||||
git config --global user.name 'masclibot'
|
||||
|
|
Loading…
Reference in a new issue