Skip to content

Commit 201df93

Browse files
committed
Fix permission
1 parent bda3f23 commit 201df93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- name: Test
3939
run: cargo tarpaulin
4040

41-
4241
# publish
4342
changepacks:
4443
name: changepacks
@@ -58,5 +57,6 @@ jobs:
5857
- uses: changepacks/action@main
5958
with:
6059
publish: true
60+
token: ${{ secrets.GITHUB_TOKEN }}
6161
env:
62-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
62+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)