Skip to content

Commit

Permalink
fix(actions): crd api gen use PAT to trigger actions (#756)
Browse files Browse the repository at this point in the history
* fix(actions): crd api gen use PAT to trigger actions

* Update .github/workflows/check-changes-crd-api.yaml

Co-authored-by: IvoGoman <[email protected]>

---------

Co-authored-by: I326437 <[email protected]>
Co-authored-by: IvoGoman <[email protected]>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent 09cb3e0 commit dd52cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-changes-crd-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Apply Changes
uses: EndBug/add-and-commit@v9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CLOUOPERATOR_REPO_WRITE }}
with:
author_name: CRD API Docs Bot
author_email: crd_api_docs_bot@github.com
author_name: Cloud Operator
author_email: [email protected].github.com
message: "Automatic generation of CRD API Docs"

0 comments on commit dd52cb5

Please sign in to comment.