diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml index 20a6fe6b..1d60d02f 100644 --- a/.github/workflows/actions_template_sync.yml +++ b/.github/workflows/actions_template_sync.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v1.1.2 + uses: AndreasAugustin/actions-template-sync@v1.1.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/README.md b/README.md index 69e11ac6..03dd5ed2 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v1.1.2 + uses: AndreasAugustin/actions-template-sync@v1.1.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: @@ -122,7 +122,7 @@ jobs: with: token: ${{ steps.generate_token.outputs.token }} - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v1.1.2 + uses: AndreasAugustin/actions-template-sync@v1.1.3 with: github_token: ${{ steps.generate_token.outputs.token }} source_repo_path: @@ -150,7 +150,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v1.1.2 + uses: AndreasAugustin/actions-template-sync@v1.1.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets