File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Continuous Delivery
3
3
on :
4
4
push :
5
5
tags :
6
- - ' v* '
6
+ - " v* "
7
7
8
8
jobs :
9
9
goreleaser :
@@ -24,12 +24,12 @@ jobs:
24
24
version : v1.17.2
25
25
args : release --clean
26
26
env :
27
- GITHUB_TOKEN : ${{secrets.GORELEASER_TOKEN }}
27
+ GITHUB_TOKEN : ${{secrets.TOKEN_GITHUB }}
28
28
homebrew :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Bump Homebrew formula
32
32
uses : dawidd6/action-homebrew-bump-formula@v3
33
33
with :
34
- token : ${{secrets.HOMEBREW_TOKEN }}
34
+ token : ${{secrets.TOKEN_GITHUB }}
35
35
formula : lazydocker
Original file line number Diff line number Diff line change 14
14
- name : Generate Sponsors 💖
15
15
16
16
with :
17
- token : ${{ secrets.SPONSORS_TOKEN }}
17
+ token : ${{ secrets.TOKEN_GITHUB }}
18
18
file : " README.md"
19
19
if : ${{ github.repository == 'jesseduffield/lazydocker' }}
20
20
You can’t perform that action at this time.
0 commit comments