diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml index cdd0fec8..ad739b09 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@v0.5.1-draft + uses: AndreasAugustin/actions-template-sync@v0.5.2-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/README.md b/README.md index 8a9c0069..a0184b8c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.5.1-draft + uses: AndreasAugustin/actions-template-sync@v0.5.2-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: @@ -105,7 +105,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.5.1-draft + uses: AndreasAugustin/actions-template-sync@v0.5.2-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets