Skip to content

Commit

Permalink
📝 Add hint for github token limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Jan 15, 2024
1 parent 7346648 commit 4f3c0f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ With the current implementation of the reusable workflows from GitHub, we have s

- It isn't possible to [access environment variables][reusable-workflow-env] and [secrets][reusable-workflow-secrets], so it's necessary to pass them to the workflow. But we don't want to do it for all secrets.

There are also some [further limitations][further-limitations] if you want to use the `GITHUB_TOKEN`.

## Release 🔖

To create a new release just use [this page][release-new] and publish the draft release.
Expand Down Expand Up @@ -458,3 +460,4 @@ This project is licensed under the Apache-2.0 License - see the [LICENSE.md](LIC
[release-new]: https://github.com/Staffbase/gha-workflows/releases
[reusable-workflow-secrets]: https://github.com/orgs/community/discussions/17554
[reusable-workflow-env]: https://github.com/orgs/community/discussions/26671
[further-limitations]: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow

0 comments on commit 4f3c0f3

Please sign in to comment.