Skip to content

Commit 29c5d40

Browse files
committed
ops: rotate leaked Github bot secret token
The token was exposed and was disabled by Github. This contains a new token. Signed-off-by: Ales Raszka <araszka@redhat.com>
1 parent 44ba035 commit 29c5d40

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

ansible/roles/operator-pipeline/tasks/pipeline-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
suffix: "{{ suffix }}"
167167
env: "{{ env }}"
168168
data:
169-
github_bot_token: "{{ lookup('file', operator_pipeline_github_bot_token, rstrip=False) | b64encode }}"
169+
github_bot_token: "{{ lookup('file', operator_pipeline_github_bot_token, rstrip=True) | b64encode }}"
170170

171171
- name: Create Operator pipeline github webhook secret
172172
no_log: true
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ANSIBLE_VAULT;1.1;AES256
2-
31363539346566336363663430623234353537386562383162323835376565303436626234393062
3-
3162353837373661376165623362353132343235373938320a383233393137376135356162626562
4-
37643062653537346630643933656434323136643764356539383434653262353338343534373666
5-
3532303839646164340a346265653231626232653066326437623866386330656633393463303832
6-
62346338356261653833616337643861626566373037633732653335636162303237366631613835
7-
3834366664343232633832383065643932336232393439613731
2+
66386366666332353664643535626630353735376138316265653730653632336137396566643765
3+
3539383931386330373730356335653165316238326164660a343432663334373666663064323432
4+
66353835656630366231366264393030333462326162643066616364306263396162633462636465
5+
6335636230653435320a306530636634393039306662643465376331613263623338663337346631
6+
35353232633938323837393533636562383235623266656665386166363164386462613130336434
7+
3866633139373032663065623461376365663435616630303032
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ANSIBLE_VAULT;1.1;AES256
2-
63626133616363313161383763376264613961333231626630353663363737386134313131353630
3-
6131313935303933343862316531643861346231373839320a623633363333363537623063316462
4-
32326534346538396136623333633035303236376432633435393736316365396465336566346361
5-
3532336333316166650a613239643438623535653766353165313032326632623138613438383465
6-
38303132323034633836616366396135613534666531353234373335343362666636636161346630
7-
3364316639643365363863383861613961363166316532363664
2+
30666661373562346466613163643438396635643562373938373536316336623939346663383630
3+
3132633433353433353661323335363637656336636432320a613731303430636134666239393665
4+
38356365353266613765396231333535363665366630663661373161643564366261663664633034
5+
6338626234383437340a656139373534613639366337646465336161306337313139343063623335
6+
64363937656433393962653165643031333963393265376334383632326434373964393938336337
7+
6564323930313432336639366534383963323237653335633139

0 commit comments

Comments
 (0)