Skip to content

Commit

Permalink
Link docs from readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
n-g committed Jul 7, 2023
1 parent 5915bd6 commit 90b5aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
### Using Namespace GitHub Runners
Namespace GitHub Runners are already authenticated with Namespace.
[Namespace GitHub Runners](https://cloud.namespace.so/docs/features/faster-github-actions) are already authenticated with Namespace.
Hence, no token exchange is needed and `id-token: write` permissions can be skipped.

```yaml
Expand All @@ -51,4 +51,4 @@ jobs:
`nsc` authenticates workloads by talking to GitHub's OIDC Token endpoint.
Please ensure to grant `id-token: write` for your workflow (see [example](#example)).

When Namespace GitHub Runners are used, no token exchange is needed and `id-token: write` permissions can be skipped (see [example](#using-namespace-github-runners)).
When [Namespace GitHub Runners](https://cloud.namespace.so/docs/features/faster-github-actions) are used, no token exchange is needed and `id-token: write` permissions can be skipped (see [example](#using-namespace-github-runners)).

0 comments on commit 90b5aeb

Please sign in to comment.