Skip to content

Commit c95e6ba

Browse files
committed
Fix permission
1 parent a64e0ac commit c95e6ba

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ jobs:
5555
- uses: actions/checkout@v5
5656
- uses: changepacks/action@main
5757
id: changepacks
58-
# with:
59-
# publish: true
60-
# env:
61-
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
58+
with:
59+
token: ${{ github.token }}
60+
publish: true
61+
env:
62+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
6263
outputs:
6364
changepacks: ${{ steps.changepacks.outputs.changepacks }}
6465
release_assets_urls: ${{ steps.changepacks.outputs.release_assets_urls }}

0 commit comments

Comments
 (0)