We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fe255 commit f2b6729Copy full SHA for f2b6729
1 file changed
.github/workflows/ai-review.yml
@@ -24,9 +24,6 @@ on:
24
25
permissions:
26
contents: read
27
- # Required so the Tailscale action can mint a GitHub OIDC JWT and
28
- # authenticate to the tailnet via workload-identity federation.
29
- id-token: write
30
31
jobs:
32
forward-to-serge-app:
@@ -63,7 +60,7 @@ jobs:
63
60
# long-lived auth key is stored. The runner joins as an
64
61
# ephemeral, tag:ci-tagged node.
65
62
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID_AI_REVIEW }}
66
- audience: ${{ secrets.TS_AUDIENCE_AI_REVIEW }}
+ oauth-secret: ${{ secrets.TS_AUDIENCE_AI_REVIEW }}
67
tags: tag:ci
68
69
- name: Relay event to the Serge GitHub App
0 commit comments