Skip to content

Commit

Permalink
fix(PL-3217): use proper joy homebrew secret (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
silphid authored Jan 6, 2025
1 parent 82c990c commit 915d848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ concurrency:

on:
push:
branches: ['master']
branches: ["master"]
paths-ignore:
- 'CHANGELOG.md'
- "CHANGELOG.md"

pull_request:
paths-ignore:
- 'CHANGELOG.md'
- "CHANGELOG.md"

jobs:
test-and-build:
Expand Down Expand Up @@ -130,4 +130,4 @@ jobs:
version: ~> v1
args: release --clean --release-notes "${{ runner.temp }}/CHANGELOG.md"
env:
GITHUB_TOKEN: ${{ secrets.GH_HOMEBREW_PUBLIC_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_HOMEBREW_PUBLISHER }}

0 comments on commit 915d848

Please sign in to comment.