Skip to content

Commit 2c5aa7d

Browse files
authored
doc: add note to update dependabot token as well (#223)
1 parent 6887db3 commit 2c5aa7d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<h1 align="center">Terasology Website</h1>
22

3-
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/MovingBlocks/ModuleSite)
4-
[![status](https://img.shields.io/badge/status-pre--alpha-red.svg)](https://github.com/MovingBlocks/ModuleSite)
3+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/MovingBlocks/movingblocks.github.com)
4+
[![status](https://img.shields.io/badge/status-pre--alpha-red.svg)](https://github.com/MovingBlocks/movingblocks.github.com)
55
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
6-
[![GitHub issues](https://img.shields.io/github/issues/MovingBlocks/ModuleSite.svg)](https://github.com/MovingBlocks/ModuleSite/issues/)
6+
[![GitHub issues](https://img.shields.io/github/issues/MovingBlocks/movingblocks.github.com.svg)](https://github.com/MovingBlocks/movingblocks.github.com/issues/)
77

88
---
99

@@ -125,9 +125,14 @@ Our custom source plugin fetches information from GitHub, and therefore needs a
125125

126126
[personal access token]: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
127127

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
131136

132137
To build the website, run
133138

0 commit comments

Comments
 (0)