mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Use new github token
This commit is contained in:
parent
55b21dfd30
commit
152b365771
2 changed files with 4 additions and 4 deletions
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Continuous Delivery
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
goreleaser:
|
goreleaser:
|
||||||
|
|
@ -24,12 +24,12 @@ jobs:
|
||||||
version: v1.17.2
|
version: v1.17.2
|
||||||
args: release --clean
|
args: release --clean
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GORELEASER_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
|
||||||
homebrew:
|
homebrew:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Bump Homebrew formula
|
- name: Bump Homebrew formula
|
||||||
uses: dawidd6/action-homebrew-bump-formula@v3
|
uses: dawidd6/action-homebrew-bump-formula@v3
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.HOMEBREW_TOKEN}}
|
token: ${{secrets.TOKEN_GITHUB}}
|
||||||
formula: lazydocker
|
formula: lazydocker
|
||||||
|
|
|
||||||
2
.github/workflows/sponsors.yml
vendored
2
.github/workflows/sponsors.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Generate Sponsors 💖
|
- name: Generate Sponsors 💖
|
||||||
uses: JamesIves/github-sponsors-readme-action@v1.2.2
|
uses: JamesIves/github-sponsors-readme-action@v1.2.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.SPONSORS_TOKEN }}
|
token: ${{ secrets.TOKEN_GITHUB }}
|
||||||
file: "README.md"
|
file: "README.md"
|
||||||
if: ${{ github.repository == 'jesseduffield/lazydocker' }}
|
if: ${{ github.repository == 'jesseduffield/lazydocker' }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue