Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: enhance API token validation with session locking and last used timestamp update #12426

Merged
merged 7 commits into from
Jan 7, 2025
Prev Previous commit
Next Next commit
chore: add feat/reduce-db-updates-from-APIToken.last_used_at branch t…
…o workflow triggers

Signed-off-by: -LAN- <laipz8200@outlook.com>
  • Loading branch information
laipz8200 committed Jan 7, 2025
commit 20d48295664fc56353a8d67769b562af8b0475d9
1 change: 1 addition & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- "main"
- "deploy/dev"
- "feat/reduce-db-updates-from-APIToken.last_used_at"
release:
types: [published]

Expand Down
Loading