Skip to content

Commit

Permalink
Add botreview token (#3107)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hiller <dhiller@redhat.com>
  • Loading branch information
dhiller authored Dec 7, 2023
1 parent 07baab7 commit 5a62f37
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,12 @@ secretGenerator:
files:
- oauth=secrets/commenter-oauth-token
type: Opaque
- name: botreview-oauth-token
namespace: kubevirt-prow-jobs
# githubBotreviewToken
files:
- oauth=secrets/botreview-oauth-token
type: Opaque
- name: kubevirtci-coveralls-token
namespace: kubevirt-prow-jobs
files:
Expand Down
5 changes: 5 additions & 0 deletions github/ci/prow-deploy/tasks/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
content: '{{ githubCommenterToken }}'
dest: '{{ secrets_dir }}/commenter-oauth-token'

- name: Create botreview oauth token secret
copy:
content: '{{ githubBotreviewToken }}'
dest: '{{ secrets_dir }}/botreview-oauth-token'

- name: Create coveralls token secret
copy:
content: '{{ coverallsToken }}'
Expand Down
1 change: 1 addition & 0 deletions github/ci/prow-deploy/vars/kubevirtci-testing/secrets.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# variables that come from secrets
githubCommenterToken: "7b3aab6d73e1d77a5d7120671136259cf5adc789"
githubBotreviewToken: "7b3aab6d73e1d77a5d7120671136259cf5adc789"

deckUrl: deck.prowdeploy.ci
gcswebUrl: gcsweb.prowdeploy.ci
Expand Down

0 comments on commit 5a62f37

Please sign in to comment.