File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Subsequent steps in the Action can then access nodes in your Tailnet.
1717oauth-client-id and oauth-secret are an [OAuth client][kb-oauth-clients]
1818for the tailnet to be accessed. We recommend storing these as
1919[GitHub Encrypted Secrets.](https://docs.github.com/en/actions/security-guides/encrypted-secrets)
20- OAuth clients used for this purpose must have the
20+ OAuth clients used for this purpose must have the writable
2121[` auth_keys` scope.][kb-trust-credentials-scopes]
2222
2323tags is a comma-separated list of one or more [Tags][kb-tags]
@@ -49,7 +49,7 @@ permissions:
4949 id-token: write # This is required for the tailscale action to request a JWT from GitHub
5050` ` `
5151
52- OIDC federated identity credentials used for this purpose must have the [`auth_keys` scope.][kb-trust-credentials-scopes]
52+ OIDC federated identity credentials used for this purpose must have the writable [`auth_keys` scope.][kb-trust-credentials-scopes]
5353
5454tags is a comma-separated list of one or more [Tags][kb-tags]
5555for the node. At least one tag is required : a federated identity is not associated
You can’t perform that action at this time.
0 commit comments