Skip to content

Commit 152b365

Browse files
committed
Use new github token
1 parent 55b21df commit 152b365

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous Delivery
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77

88
jobs:
99
goreleaser:
@@ -24,12 +24,12 @@ jobs:
2424
version: v1.17.2
2525
args: release --clean
2626
env:
27-
GITHUB_TOKEN: ${{secrets.GORELEASER_TOKEN}}
27+
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
2828
homebrew:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Bump Homebrew formula
3232
uses: dawidd6/action-homebrew-bump-formula@v3
3333
with:
34-
token: ${{secrets.HOMEBREW_TOKEN}}
34+
token: ${{secrets.TOKEN_GITHUB}}
3535
formula: lazydocker

.github/workflows/sponsors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Generate Sponsors 💖
1515
uses: JamesIves/[email protected]
1616
with:
17-
token: ${{ secrets.SPONSORS_TOKEN }}
17+
token: ${{ secrets.TOKEN_GITHUB }}
1818
file: "README.md"
1919
if: ${{ github.repository == 'jesseduffield/lazydocker' }}
2020

0 commit comments

Comments
 (0)