diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml index 58e9bef..9079fbb 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.3.1-draft + uses: AndreasAugustin/actions-template-sync@v0.4.0-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/README.md b/README.md index cd00e1c..61446cc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.3.1-draft + uses: AndreasAugustin/actions-template-sync@v0.4.0-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: @@ -94,7 +94,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.3.1-draft + uses: AndreasAugustin/actions-template-sync@v0.4.0-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets