Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
MarcoIeni/release-plz-action@476794ede164c5137bfc3a1dc6ed3675275690f9
with:
command: release-pr
version: "0.3.125"
version: "0.3.160"
env:
# Use the per-run Actions token; this is not secrets.GH_TOKEN.
GITHUB_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}

- name: Synchronize checked-in release metadata
env:
Expand Down Expand Up @@ -112,10 +112,10 @@ jobs:
MarcoIeni/release-plz-action@476794ede164c5137bfc3a1dc6ed3675275690f
with:
command: release
version: "0.3.125"
version: "0.3.160"
env:
# Use the per-run Actions token; this is not secrets.GH_TOKEN.
GITHUB_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}

- name: Export release identity
id: release-identity
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
secrets:
GH_TOKEN:
description: Token with write access to wrightkit/homebrew-tap
description: Dedicated cross-repository token with write access to wrightkit/homebrew-tap
required: true
NPM_TOKEN:
description: Optional npmjs.org publication token
Expand Down Expand Up @@ -324,6 +324,7 @@ jobs:
with:
repository: wrightkit/homebrew-tap
ref: main
# Only this cross-repository tap operation uses secrets.GH_TOKEN.
token: ${{ secrets.GH_TOKEN }}
path: tap

Expand Down
Loading