mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 06:08:01 +00:00
[ci] Run cronjob with app secrets (#1420)
* [ci] Run cronjob with app secrets * rm github url * move token creation closer to pr creation * return checkout * check that credentials work * test gha * add more test * create test file * rm tests * add compression+decompression to avoid >100MB * add shell field to action * move zipped file to correct location * strip binaries --------- Co-authored-by: Tadeo hepperle <tadeo@do-mix.de>
This commit is contained in:
committed by
GitHub
parent
25ff4ecc8b
commit
e783d9f883
@@ -17,6 +17,12 @@ runs:
|
||||
workflow: build-nodes.yml
|
||||
name: nightly-polkadot-binary
|
||||
|
||||
- name: decompress polkadot binary
|
||||
shell: bash
|
||||
run: |
|
||||
tar -xzvf ./polkadot.tar.gz
|
||||
cp ./target/release/polkadot ./polkadot
|
||||
|
||||
- name: Prepare binaries
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user