Skip to content

Commit

Permalink
Use new github token
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed May 26, 2024
1 parent 55b21df commit 152b365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Delivery
on:
push:
tags:
- 'v*'
- "v*"

jobs:
goreleaser:
Expand All @@ -24,12 +24,12 @@ jobs:
version: v1.17.2
args: release --clean
env:
GITHUB_TOKEN: ${{secrets.GORELEASER_TOKEN}}
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
homebrew:
runs-on: ubuntu-latest
steps:
- name: Bump Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.HOMEBREW_TOKEN}}
token: ${{secrets.TOKEN_GITHUB}}
formula: lazydocker
2 changes: 1 addition & 1 deletion .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Generate Sponsors 💖
uses: JamesIves/[email protected]
with:
token: ${{ secrets.SPONSORS_TOKEN }}
token: ${{ secrets.TOKEN_GITHUB }}
file: "README.md"
if: ${{ github.repository == 'jesseduffield/lazydocker' }}

Expand Down

0 comments on commit 152b365

Please sign in to comment.