feat: implement Gitea Repo Action Secrets Management #662

Merged
lunny merged 3 commits from repo into main 2024-05-08 09:29:31 +00:00
Member
  • Add imports for "bytes", "encoding/json", and "net/http" in repo_action.go
  • Implement CreateRepoActionSecret function to create a secret for a repository in Gitea Actions
  • Add a new test file repo_action_test.go with tests for creating, updating, and listing repository action secrets
image

Signed-off-by: Bo-Yi Wu appleboy.tw@gmail.com

- Add imports for "bytes", "encoding/json", and "net/http" in `repo_action.go` - Implement `CreateRepoActionSecret` function to create a secret for a repository in Gitea Actions - Add a new test file `repo_action_test.go` with tests for creating, updating, and listing repository action secrets <img width="518" alt="image" src="/attachments/c8e457c4-395f-4ffe-8482-0b7f5d2541cb"> Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
appleboy added 1 commit 2024-05-06 05:42:53 +00:00
feat: implement Gitea Repo Action Secrets Management
Some checks failed
testing / testing (push) Failing after 2m56s
testing / testing (pull_request) Failing after 2m56s
96ab2986d7
- Add imports for "bytes", "encoding/json", and "net/http" in `repo_action.go`
- Implement `CreateRepoActionSecret` function to create a secret for a repository in Gitea Actions
- Add a new test file `repo_action_test.go` with tests for creating, updating, and listing repository action secrets

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
appleboy added 1 commit 2024-05-06 06:53:32 +00:00
ci: update testing workflow dependencies
Some checks failed
testing / testing (push) Failing after 2m50s
testing / testing (pull_request) Failing after 2m55s
bad4d62102
- Update Gitea image version in testing workflow from `1.21.10` to `1.22.0-rc1`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
appleboy added 1 commit 2024-05-08 01:53:43 +00:00
Merge branch 'main' into repo
All checks were successful
testing / testing (pull_request) Successful in 2m54s
testing / testing (push) Successful in 2m33s
9539aa575a
techknowlogick approved these changes 2024-05-08 07:23:00 +00:00
lunny merged commit 8110db1e6d into main 2024-05-08 09:29:31 +00:00
Sign in to join this conversation.
No description provided.