Skip to content

Commit

Permalink
Merge pull request #11 from MartinBasti/clair-in-ci-db-update-token
Browse files Browse the repository at this point in the history
fix(STONEINTG-694): tekton-ci - clair-in-ci-db token
  • Loading branch information
MartinBasti authored Dec 13, 2023
2 parents 4284da5 + 36d69e5 commit ebd2633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/build_and_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ spec:
- name: GITHUB_TOKEN
valueFrom:
secretKeyRef:
name: integration-github-token
key: integration-github-token
name: clair-in-ci-db-github-token
key: github-token
script: |
#!/usr/bin/env bash
event="pull_request"
Expand Down

0 comments on commit ebd2633

Please sign in to comment.