Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
2d454326
Unverified
Commit
2d454326
authored
Aug 13, 2020
by
s3krit
Committed by
GitHub
Aug 13, 2020
Browse files
[CI] Add github token to generate-release-text (#1581)
parent
3b623579
Pipeline
#103800
passed with stages
in 21 minutes and 5 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/publish-draft-release.yml
View file @
2d454326
...
...
@@ -85,6 +85,7 @@ jobs:
env
:
RUSTC_STABLE
:
${{ needs.get-rust-versions.outputs.rustc-stable }}
RUSTC_NIGHTLY
:
${{ needs.get-rust-versions.outputs.rustc-nightly }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
run
:
|
gem install changelogerator git toml
ruby $GITHUB_WORKSPACE/polkadot/scripts/github/generate_release_text.rb | tee release_text.md
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment