Skip to content

chore: add missing permissions for GitHub workflows (#137) #101

chore: add missing permissions for GitHub workflows (#137)

chore: add missing permissions for GitHub workflows (#137) #101

Workflow file for this run

name: Merge main
on:
push:
branches: [ main ]
workflow_dispatch:
permissions: { }
jobs:
merge:
runs-on: ubuntu-latest
steps:
- name: Merge main
uses: aws/aws-kotlin-repo-tools/.github/actions/merge-main@main
with:
ci-user-pat: ${{ secrets.CI_USER_PAT }}
exempt-branches: # Add any if required