File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Remark Commit
22
33CLI to remark commits on-chain to timestamp them in the historical data of Polkadot. It remarks a
4- string containing the team, project name and commit hash. You can see it in action for account
5- [ 1jam] ( https://collectives-polkadot.subscan.io/account/1jamyjYe97qPPtdeYVcUosPwc2Bv1Y6zNEMtzPW8a2z2abN ) :
4+ string containing the team, project name and commit hash. You can see it in action for the
5+ [ 1jam] ( https://collectives-polkadot.subscan.io/account/1jamyjYe97qPPtdeYVcUosPwc2Bv1Y6zNEMtzPW8a2z2abN ) account :
66
77![ ] ( .assets/remarks.png )
88
@@ -17,8 +17,8 @@ cargo install remark-commit --locked
1717...and run:
1818
1919``` sh
20- SEED=" ${{ secrets.POLKADOT_SEED } }" \
2120remark-commit \
21+ --seed " //Alice" \
2222 --org " JamBrains" \
2323 --repo " graymatter" \
2424 --commit " 93916fb33655de9cb0eb4882e7e2036dbd4c32b9"
@@ -32,7 +32,7 @@ Find a full GitHub CI example that you can copy&paste to your repo in
3232``` yaml
3333- name : Remark Commit
3434 run : |
35- cargo install remark-commit --locked
35+ cargo install remark-commit --locked -q
3636
3737 SEED="${{ secrets.POLKADOT_SEED }}" \
3838 remark-commit \
You can’t perform that action at this time.
0 commit comments