Skip to content

Commit

Permalink
Push with token
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Oct 9, 2024
1 parent 88961e6 commit 826ac26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/core_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ permissions:

jobs:
release:
if: github.repository == 'opf/helm-charts'
name: Update the Helm chart for a core release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.OPENRPOJECTCI_GH_TOKEN }}

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -42,4 +44,6 @@ jobs:
git add .changeset/*.md
git add charts/openproject/Chart.yaml
git commit -m "Update helm chart for core release ${{ inputs.tag }}"
git push
git push origin main
env:
GITHUB_TOKEN: ${{ secrets.OPENRPOJECTCI_GH_TOKEN }}

0 comments on commit 826ac26

Please sign in to comment.