Skip to content

Commit

Permalink
Merge pull request #24 from kajinamit/github-token
Browse files Browse the repository at this point in the history
Pass GITHUB_TOKEN to install_kustomize.sh to avoid rate-limit
  • Loading branch information
openshift-merge-robot authored Feb 27, 2023
2 parents 54c3dad + 787ef4e commit df868ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-ovn-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
REGISTRY: ${{ env.imageregistry }}/${{ env.imagenamespace }}
GITHUB_SHA: ${{ github.sha }}
BASE_IMAGE: ovn-operator
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get branch name
id: branch-name
Expand Down

0 comments on commit df868ac

Please sign in to comment.