Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-paulo-parity authored Dec 15, 2022
1 parent 317965a commit f594783
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# TOC

- [Introduction](#introduction)
- [Reserving crates](#reserving-crates)
- [Usage](#usage)
- [GitHub Actions](#usage-github-actions)
- [GitLab Jobs](#usage-gitlab-jobs)
- [Locally](#usage-locally)
- [Reserving crates](#reserving-crates)
- [Development](#development)
- [Repository structure](#development-repository-structure)
- [External consumption](#development-repository-structure-external-consumption)
Expand All @@ -22,6 +22,15 @@ This repository contains scripts managed and used by

See the [Tools wiki page](https://github.com/paritytech/releng-scripts/wiki/Tools#TOC) for information on the functionality provided through this repository.

# Reserving crates <a name="reserving-crates"></a>

1. Go to https://github.com/paritytech/releng-scripts/actions/workflows/reserve-crate.yml
2. Click the "Run workflow" button to access the workflow's form
3. Fill and send the workflow's form. After that a workflow run
([example](https://github.com/paritytech/releng-scripts/actions/runs/3642900863/attempts/1))
will be created; you might need to refresh the page in order to see it.
4. Wait for the workflow run to finish

# Usage <a name="usage"></a>

## GitHub Actions <a name="usage-github-actions"></a>
Expand Down Expand Up @@ -51,15 +60,6 @@ job:
Clone this repository and run the scripts
# Reserving crates <a name="reserving-crates"></a>
1. Go to https://github.com/paritytech/releng-scripts/actions/workflows/reserve-crate.yml
2. Click the "Run workflow" button to access the workflow's form
3. Fill and send the workflow's form. After that a workflow run
([example](https://github.com/paritytech/releng-scripts/actions/runs/3642900863/attempts/1))
will be created; you might need to refresh the page in order to see it.
4. Wait for the workflow run to finish
# Development <a name="development"></a>
## Repository structure <a name="development-repository-structure"></a>
Expand Down

0 comments on commit f594783

Please sign in to comment.