mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +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:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
|
|
@ -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
.github/workflows/sponsors.yml
vendored
2
.github/workflows/sponsors.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Generate Sponsors 💖
|
||||
uses: JamesIves/github-sponsors-readme-action@v1.2.2
|
||||
with:
|
||||
token: ${{ secrets.SPONSORS_TOKEN }}
|
||||
token: ${{ secrets.TOKEN_GITHUB }}
|
||||
file: "README.md"
|
||||
if: ${{ github.repository == 'jesseduffield/lazydocker' }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue