Skip to content

Commit 4e639a1

Browse files
authored
Merge pull request #276 from alexrudy/chore/ci/release-plz-checkout
Fix release-plz
2 parents cdd4dba + ade974a commit 4e639a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
publish:
1414
name: Publish to crates.io
1515
runs-on: ubuntu-latest
16+
if: ${{ github.repository_owner == 'alexrudy' }}
1617
steps:
1718
- name: Checkout
1819
uses: actions/checkout@v4
1920
with:
2021
fetch-depth: 0
21-
token: ${{ secrets.GH_PAT_PR }}
2222

2323
- name: Install rust toolchain
2424
uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)