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 c043cc1 commit d4e79efCopy full SHA for d4e79ef
.github/workflows/pr.yml
@@ -15,5 +15,5 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: taiki-e/github-actions/update-dependabot-pr@main
18
- env:
19
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yml
@@ -36,8 +36,7 @@ jobs:
36
changelog: CHANGELOG.md
37
title: $version
38
branch: main
39
40
41
- run: cargo publish
42
env:
43
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments