From 4fbba7093aca63d06a5f527d99a4e4da203b732a Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Tue, 3 Jan 2023 12:36:26 +0100 Subject: [PATCH] release(v0.6.0-draft) release new version :rocket: --- .github/workflows/actions_template_sync.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml index 838bba03..0788a62e 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.5-draft + uses: AndreasAugustin/actions-template-sync@v0.6.0-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/README.md b/README.md index 96b5b12e..7a2f8971 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.5-draft + uses: AndreasAugustin/actions-template-sync@v0.6.0-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: @@ -105,7 +105,7 @@ jobs: private_key: ${{ secrets.PRIVATE_KEY }} - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.5.5-draft + uses: AndreasAugustin/actions-template-sync@v0.6.0-draft with: github_token: ${{ steps.generate_token.outputs.token }} source_repo_path: @@ -131,7 +131,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.5.5-draft + uses: AndreasAugustin/actions-template-sync@v0.6.0-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets