diff --git a/www/docs/ci/actions.md b/www/docs/ci/actions.md index 8da4cc4a4..027a0eab7 100644 --- a/www/docs/ci/actions.md +++ b/www/docs/ci/actions.md @@ -151,6 +151,8 @@ create a secret named `GH_PAT`, the step will look like this: GITHUB_TOKEN: ${{ secrets.GH_PAT }} ``` +You can also read the [GitHub documentation](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) about it. + ## How does it look like? You can check [this example repository](https://github.com/goreleaser/example) for a real world example.