Unverified Commit 2d454326 authored by s3krit's avatar s3krit Committed by GitHub
Browse files

[CI] Add github token to generate-release-text (#1581)

parent 3b623579
Pipeline #103800 passed with stages
in 21 minutes and 5 seconds
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment