diff --git a/.github/workflows/apply-library-repo-templates.yml b/.github/workflows/apply-library-repo-templates.yml index e8cfffad..59923c0c 100644 --- a/.github/workflows/apply-library-repo-templates.yml +++ b/.github/workflows/apply-library-repo-templates.yml @@ -45,6 +45,7 @@ jobs: with: repository: ballerina-platform/${{ github.event.inputs.target_repo }} path: target-repo + token: ${{ secrets.BALLERINA_BOT_TOKEN }} - name: Setup Ballerina uses: ballerina-platform/setup-ballerina@v1.1.0