ci: add rust specific ci and auto-gen oss standard labels
This commit is contained in:
parent
58a3527a69
commit
3be13d0ab6
7 changed files with 89 additions and 5 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
uses: actions/create-release@v1
|
||||
if: steps.changelog.outputs.skipped == 'false'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ steps.changelog.outputs.tag }}
|
||||
release_name: ${{ steps.changelog.outputs.tag }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue