Skip to content

Commit

Permalink
readding merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaetani committed Mar 26, 2024
1 parent 17225d7 commit 6634fba
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@ jobs:
charts_dir: "./"
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Merge to gh-pages 📖
uses: devmasx/merge-branch@1.4.0
with:
type: now
from_branch: main
target_branch: gh-pages
github_token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 6634fba

Please sign in to comment.