diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 8a33a678105eb0ce0d843a456d01a8950fb40b36
parent 0b55a7c8f8dd62a48a12b8bba96ff7894191f5c3
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Tue, 16 Nov 2021 08:47:50 +0100

document obs workflow token listing

Diffstat:
Mdocs/CI.MD | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/docs/CI.MD b/docs/CI.MD @@ -18,6 +18,16 @@ A workflow token can be created as follows: $ osc api -X POST "/person/in0rdr/token?operation=workflowscm_token=$(pwgen 24 1)" ``` +To list existing tokens, visit: +https://build.opensuse.org/my/tokens + +Or list via CLI: +```bash +$ osc token list +``` + +The value of the token is configured on the VCS side. + ## GitHub Action to Verify Build [`.github/workflows/c.yml`](../.github/workflows/c.yml) implements a GitHub action to run the simple series of build steps (`make && make install`) for new commits and pull requests on the `master` branch.