We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52a6f0 commit bf42a9aCopy full SHA for bf42a9a
1 file changed
.github/workflows/CI.yml
@@ -87,6 +87,8 @@ jobs:
87
publish: true
88
env:
89
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
90
+ GITHUB_ACTOR: ${{ github.actor }}
91
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
outputs:
93
changepacks: ${{ steps.changepacks.outputs.changepacks }}
94
release_assets_urls: ${{ steps.changepacks.outputs.release_assets_urls }}
0 commit comments