1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add unit tests for action runner token (#27670)

In case the behavior of the register token changes.
This commit is contained in:
Nanguan Lin
2023-10-19 15:24:24 +08:00
committed by GitHub
parent 776b092863
commit 80a0ab350b
3 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
-
id: 1 # instance scope
token: xeiWBL5kuTYxGPynHCqQdoeYmJAeG3IzGXCYTrDX
owner_id: 0
repo_id: 0
is_active: 1
created: 1695617748
updated: 1695617748
-
id: 2 # user scope and can't be used
token: vohJB9QcZuSv1gAXESTk2uqpSjHhsKT9j4zYF84x
owner_id: 1
repo_id: 0
is_active: 0
created: 1695617749
updated: 1695617749
-
id: 3 # user scope and can be used
token: gjItAeJ3CA74hNPmPPo0Zco8I1eMaNcP1jVifjOE
owner_id: 1
repo_id: 0
is_active: 1
created: 1695617750
updated: 1695617750
-
id: 4 # repo scope
token: NOjLubxzFxPGhPXflZknys0gjVvQNhomFbAYuhbH
owner_id: 0
repo_id: 1
is_active: 1
created: 1695617751
updated: 1695617751