Skip to content

Commit

Permalink
Explain environment variables better (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 10, 2024
1 parent af71dee commit 54302a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ The [CD workflow](../.github/workflows/release.yaml) will trigger on every pushe
### Configure environment variables

The release workflow can be configured by tweaking the environment variables in [`.github/workflows/release.yaml`](../.github/workflows/release.yaml).

<details>
<summary><a href="../.github/workflows/release.yaml"><code>.github/workflows/release.yaml</code></a> contains a list of environment variables.</summary>
<summary>Click here for a list of variables and how they're used.</summary>

```yaml
env:
Expand All @@ -65,7 +67,7 @@ The [CD workflow](../.github/workflows/release.yaml) will trigger on every pushe
```
</details>
These values are set automatically by `cargo generate`, or you can edit them yourself and push a commit.
The values are set automatically by `cargo generate`, or you can edit them yourself and push a commit.

### Set up itch.io upload

Expand Down

0 comments on commit 54302a1

Please sign in to comment.