Skip to content

Commit

Permalink
Using GH token to trigger CI (#724)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant authored Apr 24, 2023
1 parent fb4f544 commit 926e7bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ jobs:
branch: update-relay-proxy-chart-readme-${{ env.GIT_TAG_NAME }}
title: Update relay proxy helm README ${{ env.GIT_TAG_NAME }}
body: Automated pull request to update relay-proxy helm chart README ${{ env.GIT_TAG_NAME }}
commit-message: Update relay proxy helm README ${{ env.GIT_TAG_NAME }}
labels: automerge
assignees: thomaspoignant
reviewers: thomaspoignant
draft: false
signoff: true
delete-branch: true
path: ${{ env.MAIN_BRANCH_NAME }}
path: ${{ env.MAIN_BRANCH_NAME }}
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,15 @@ jobs:
branch: create-new-doc-version-${{ env.GIT_TAG_NAME }}
title: Create a new documentation version ${{ env.GIT_TAG_NAME }}
body: Automated pull request to create a new documentation version ${{ env.GIT_TAG_NAME }}
commit-message: Create a new documentation version ${{ env.GIT_TAG_NAME }}
labels: automerge
assignees: thomaspoignant
reviewers: thomaspoignant
draft: false
signoff: true
delete-branch: true
path: ${{ env.MAIN_BRANCH_NAME }}
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

bump-relay-proxy-helm-chart:
# bump-relay-proxy-helm-chart is opening a pull request to bump the appVersion field
Expand Down Expand Up @@ -232,13 +234,15 @@ jobs:
branch: bump-relay-proxy-helm-chart-${{ env.GIT_TAG_NAME }}
title: Bump relay-proxy helm chart version ${{ env.GIT_TAG_NAME }}
body: Automated pull request to bump relay-proxy helm chart version ${{ env.GIT_TAG_NAME }}
commit-message: Bump relay-proxy helm chart version ${{ env.GIT_TAG_NAME }}
labels: automerge
assignees: thomaspoignant
reviewers: thomaspoignant
draft: false
signoff: true
delete-branch: true
path: ${{ env.MAIN_BRANCH_NAME }}
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

homebrew:
name: Bump homebrew-core formula
Expand Down

0 comments on commit 926e7bc

Please sign in to comment.