Skip to content

Commit 0926123

Browse files
committed
test(publish): auth on push to this branch
1 parent 2486a41 commit 0926123

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Publish packages
22

33
on:
44
push:
5+
branches:
6+
- trusted-publishing
57
tags: ["*"]
68

79
permissions:
@@ -33,11 +35,11 @@ jobs:
3335
- uses: rust-lang/crates-io-auth-action@v1
3436
id: auth
3537

36-
- uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
37-
secrets:
38-
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
39-
with:
40-
generate: true
38+
# - uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
39+
# secrets:
40+
# CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
41+
# with:
42+
# generate: true
4143
# pypi:
4244
# uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
4345
# secrets:

0 commit comments

Comments
 (0)