Option: Set Repository Secrets #632

Open
opened 2024-03-29 19:06:14 +00:00 by uvulpos · 0 comments

As a DevOps Engineer, I want to automate my process to update my kubeconfig secret inside my repo for my gitea actions pipeline, so when I need to recreate my cluster I want to automatically be able to update it for other pipelines. Therefor I need an implementation so I can speak more easily to the api without using a curl request for better readability and convenience.

Required EPs:

  • PUT /repos/{owner}/{repo}/actions/secrets/{secretname}
  • DELETE /repos/{owner}/{repo}/actions/secrets/{secretname}
As a DevOps Engineer, I want to automate my process to update my kubeconfig secret inside my repo for my gitea actions pipeline, so when I need to recreate my cluster I want to automatically be able to update it for other pipelines. Therefor I need an implementation so I can speak more easily to the api without using a curl request for better readability and convenience. Required EPs: - PUT `/repos/{owner}/{repo}/actions/secrets/{secretname}` - DELETE `/repos/{owner}/{repo}/actions/secrets/{secretname}`
lunny added the
kind
feature
label 2024-04-05 13:07:00 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/tea#632
No description provided.