Skip to content

fix: use CI user PAT to bypass branch protections #56

fix: use CI user PAT to bypass branch protections

fix: use CI user PAT to bypass branch protections #56

Workflow file for this run

name: Merge main
on:
push:
branches: [ main ]
workflow_dispatch:
pull_request:
jobs:
merge:
runs-on: ubuntu-latest
steps:
- name: Merge main
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-auto-merge-credentials
with:
exempt-branches: # Add any if required
secrets:

Check failure on line 16 in .github/workflows/merge-main.yml

View workflow run for this annotation

GitHub Actions / Merge main

Invalid workflow file

The workflow is not valid. .github/workflows/merge-main.yml (Line: 16, Col: 9): Unexpected value 'secrets'
CI_USER_PAT: ${{ secrets.CI_USER_PAT }}