File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Continuous Delivery
33on :
44 push :
55 tags :
6- - ' v* '
6+ - " v* "
77
88jobs :
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
Original file line number Diff line number Diff line change 1414 - name : Generate Sponsors 💖
15151616 with :
17- token : ${{ secrets.SPONSORS_TOKEN }}
17+ token : ${{ secrets.TOKEN_GITHUB }}
1818 file : " README.md"
1919 if : ${{ github.repository == 'jesseduffield/lazydocker' }}
2020
You can’t perform that action at this time.
0 commit comments