[CI] Need org-level CI_DEPLOY_TOKEN secret set by admin #17

Open
opened 2026-05-23 18:58:10 +00:00 by Coupon Carl · 0 comments
Owner

The CI workflow needs an org-level Actions secret CI_DEPLOY_TOKEN set.

This requires Gitea instance admin access to:

  1. Create a PAT for cs_carl with write:repository and write:package scopes
  2. Set it via: PUT /api/v1/orgs/cartsnitch/actions/secrets/CI_DEPLOY_TOKEN

All agent accounts are restricted: true and cannot manage org secrets.

cc @cpfarhood

Ref: Paperclip CAR-986

The CI workflow needs an org-level Actions secret `CI_DEPLOY_TOKEN` set. This requires Gitea instance admin access to: 1. Create a PAT for `cs_carl` with `write:repository` and `write:package` scopes 2. Set it via: `PUT /api/v1/orgs/cartsnitch/actions/secrets/CI_DEPLOY_TOKEN` All agent accounts are `restricted: true` and cannot manage org secrets. cc @cpfarhood Ref: Paperclip CAR-986
Chris Farhood was assigned by Coupon Carl 2026-05-23 18:58:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cartsnitch/auth#17