|
1 | 1 | <h1 align="center">Terasology Website</h1> |
2 | 2 |
|
3 | | -[](https://gitpod.io/#https://github.com/MovingBlocks/ModuleSite) |
4 | | -[](https://github.com/MovingBlocks/ModuleSite) |
| 3 | +[](https://gitpod.io/#https://github.com/MovingBlocks/movingblocks.github.com) |
| 4 | +[](https://github.com/MovingBlocks/movingblocks.github.com) |
5 | 5 | [](https://opensource.org/licenses/MIT) |
6 | | -[](https://github.com/MovingBlocks/ModuleSite/issues/) |
| 6 | +[](https://github.com/MovingBlocks/movingblocks.github.com/issues/) |
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
@@ -125,9 +125,14 @@ Our custom source plugin fetches information from GitHub, and therefore needs a |
125 | 125 |
|
126 | 126 | [personal access token]: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token |
127 | 127 |
|
128 | | -If the token expires, you can follow the ["How to fix an expired GitHub Action token"](https://github.com/MovingBlocks/Terasology/wiki/Maintenance#how-to-fix-an-expired-github-action-token) instructions with the following adjustments: |
129 | | -* the token required for the custom source plugin does not require additional scopes, which means you can skip step 2 |
130 | | -* steps 4 and 5 should be performed in the [ModuleSite repository settings](https://github.com/MovingBlocks/ModuleSite/settings/secrets/actions) on the `MODULE_FETCH_GITHUB_TOKEN` secret |
| 128 | +> 🧰 Access Tokens in CI |
| 129 | +> |
| 130 | +> If the token expires, you can follow the ["How to fix an expired GitHub Action token"](https://github.com/MovingBlocks/Terasology/wiki/Maintenance#how-to-fix-an-expired-github-action-token) instructions with the following adjustments: |
| 131 | +> * the token required for the custom source plugin does not require additional scopes, which means you can skip step 2 |
| 132 | +> * steps 4 and 5 should be performed in the [repository settings for actions] and in the [repository settings for dependabot] on the respective `MODULE_FETCH_GITHUB_TOKEN` secrets |
| 133 | +
|
| 134 | +[repository settings for actions]: https://github.com/MovingBlocks/movingblocks.github.com/settings/secrets/actions |
| 135 | +[repository settings for dependabot]: https://github.com/MovingBlocks/movingblocks.github.com/settings/secrets/dependabot |
131 | 136 |
|
132 | 137 | To build the website, run |
133 | 138 |
|
|
0 commit comments