You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,9 @@ When using OIDC authentication:
62
62
- Request an OIDC token from GitHub Actions
63
63
- Exchange it for a FlyFrog access token via the `/flyfrog/api/v1/ci/start-oidc` endpoint
64
64
- Use the resulting token to authenticate with FlyFrog
65
-
- Notify CI session end via the `/flyfrog/api/v1/ci/end` endpoint on completion
65
+
- Automatically notify CI session end via the `/flyfrog/api/v1/ci/end` endpoint when the job completes (using GitHub Actions post-job mechanism)
66
+
67
+
> **Note**: The CI end notification runs automatically after the main action completes, regardless of whether the main action succeeds or fails. This ensures proper cleanup and session management on the FlyFrog server.
0 commit comments