From ebf5a7d39a6bbe162788a2321791cdb2029e3d1e Mon Sep 17 00:00:00 2001 From: Veerendra Date: Wed, 19 Jun 2024 14:21:14 +0200 Subject: [PATCH] NO-TICKET Update default gitops-email and gitops-user (#264) * NO-TICKET Update default gitops-email and gitops-user * Update .github/workflows/template_gitops.yml Co-authored-by: 0x46616c6b <0x46616c6b@users.noreply.github.com> * NO-TICKET update README.md --------- Co-authored-by: 0x46616c6b <0x46616c6b@users.noreply.github.com> --- .github/workflows/template_gitops.yml | 4 ++-- README.md | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 4679a37..574eeca 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -49,11 +49,11 @@ on: gitops-user: required: false type: string - default: "Staffbot" + default: "staffbase-actions" gitops-email: required: false type: string - default: "staffbot@staffbase.com" + default: "staffbase-actions[bot]@users.noreply.github.com" working-directory: required: false type: string diff --git a/README.md b/README.md index 68f5b8e..8a3af7e 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ jobs: token: ${{ }} # optional: identifier of the GitHub App for authentication app_id: ${{ }} - # optional: private key of the GitHub App + # optional: private key of the GitHub App private_key: ${{ }} ``` @@ -137,9 +137,9 @@ jobs: gitops-organization: # optional: repository where to update the files, default: mops gitops-repository: "" - # optional: user which does the commit, default: "Staffbot" + # optional: user which does the commit, default: "staffbase-actions" gitops-user: "" - # optional: email of the user which does the commit, default: "staffbot@staffbase.com" + # optional: email of the user which does the commit, default: "staffbase-actions[bot]@users.noreply.github.com" gitops-email: "" # optional: files which should be updated for dev gitops-dev: |- @@ -276,7 +276,7 @@ on: jobs: update_release_draft: uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v5.5.0 - with: + with: # optional: name of the release name: Version X.Y.Z # optional: should the release be published, default: false @@ -290,7 +290,7 @@ jobs: token: ${{ }} # optional: identifier of the GitHub App for authentication app_id: ${{ }} - # optional: private key of the GitHub App + # optional: private key of the GitHub App private_key: ${{ }} ``` @@ -332,9 +332,9 @@ on: ``` - + ### Secret Scanning - +
This workflow should be called by a PR and will scan it's commits for leaked credentials. The workflow will fail if any results are found. @@ -442,7 +442,7 @@ jobs: secrets: # GitHub token to be used for commenting in a PR github-token: ${{ secrets.GITHUB_TOKEN }} - # TestIO token of a user for which the triggered test is created + # TestIO token of a user for which the triggered test is created testio-token: ${{ secrets.TESTIO_TOKEN }} ``` @@ -494,7 +494,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc ## License 📄 This project is licensed under the Apache-2.0 License - see the [LICENSE.md](LICENSE) file for details. - +