Skip to content

Commit bf42a9a

Browse files
committed
Fix gradle
1 parent f52a6f0 commit bf42a9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
publish: true
8888
env:
8989
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
90+
GITHUB_ACTOR: ${{ github.actor }}
91+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9092
outputs:
9193
changepacks: ${{ steps.changepacks.outputs.changepacks }}
9294
release_assets_urls: ${{ steps.changepacks.outputs.release_assets_urls }}

0 commit comments

Comments
 (0)