mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
new tokens
This commit is contained in:
parent
31435c68f5
commit
b438700d2c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
|
@ -20,12 +20,12 @@ jobs:
|
|||
- name: Run goreleaser
|
||||
uses: goreleaser/goreleaser-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.API_TOKEN}}
|
||||
GITHUB_TOKEN: ${{secrets.HOMEBREW_TOKEN}}
|
||||
homebrew:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Bump Homebrew formula
|
||||
uses: dawidd6/action-homebrew-bump-formula@v3
|
||||
with:
|
||||
token: ${{secrets.API_TOKEN}}
|
||||
token: ${{secrets.GORELEASER_TOKEN}}
|
||||
formula: lazydocker
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue