Skip to content

Commit aff3f18

Browse files
authored
chore(docs): update readme
1 parent 8e714d6 commit aff3f18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
TSKEYSERVICE_URL: "<your tskeservice url e.g. https://tskeys.example.com/key>"
6565
run: |
66-
OIDC_TOKEN=$(curl -sLS "${ACTIONS_ID_TOKEN_REQUEST_URL}&audience=brink" -H "User-Agent: actions/oidc-client" -H "Authorization: Bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" | jq -j '.value')
66+
OIDC_TOKEN=$(curl -sLS "${ACTIONS_ID_TOKEN_REQUEST_URL}&audience=tskeyservice" -H "User-Agent: actions/oidc-client" -H "Authorization: Bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" | jq -j '.value')
6767
TS_KEY=$(curl -sLS $TSKEYSERVICE_URL -H "User-Agent: actions/oidc-client" -H "Authorization: Bearer $OIDC_TOKEN" | jq -j '.key')
6868
echo "TAILSCALE_AUTHKEY=$TS_KEY" >> $GITHUB_ENV
6969
@@ -75,4 +75,4 @@ jobs:
7575
7676
## Alternatives
7777
78-
- [vault-plugin-tailscale](https://github.com/davidsbond/vault-plugin-tailscale)
78+
- [vault-plugin-tailscale](https://github.com/davidsbond/vault-plugin-tailscale)

0 commit comments

Comments
 (0)