🐛 Use ci_ref vs workflow_ref in package_and_upload_all (#101) #22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 🔁 rebase | |
| env: | |
| BRANCH_NAME: 5.x.y | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| permissions: | |
| contents: write | |
| jobs: | |
| git-rebase: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: git-rebase | |
| uses: tiacsys/[email protected] | |
| with: | |
| repo: "https://kammce:${{ secrets.API_PUSH_TOKEN }}@github.com/libhal/ci.git" | |
| source_branch: "$BRANCH_NAME" | |
| destination_branch: "main" |