From 9b5ee8a879ac36e391a82522cba27c45df0dd0cd Mon Sep 17 00:00:00 2001 From: Enes Date: Mon, 18 Jul 2022 13:12:31 +0200 Subject: [PATCH] chore(main): release 1.3.0 --- ReadMe.md | 4 ++-- action.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 8f65ae6..c53bcf5 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -45,7 +45,7 @@ jobs: name: Set release version for tag run: echo "RELEASE_VERSION=refs/tags/${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - uses: erkenes/monorepo-split-action@1.2.0 + - uses: erkenes/monorepo-split-action@1.3.0 with: access_token: '${{ secrets.GITHUB_TOKEN }}' # The access token for the repository repository_protocol: 'https://' # the protocol for cloning the mono-repository @@ -75,7 +75,7 @@ To fix the issue you may have to adjust the input properties `access_token` and/ jobs: packages_split: steps: - - uses: erkenes/monorepo-split-action@1.2.0 + - uses: erkenes/monorepo-split-action@1.3.0 with: access_token: 'x-access-token:${{ secrets.GITHUB_TOKEN }}' remote_repository_access_token: 'x-access-token:${{ secrets.GITHUB_TOKEN }}' diff --git a/action.yaml b/action.yaml index bc0e3ef..38f703e 100644 --- a/action.yaml +++ b/action.yaml @@ -40,7 +40,7 @@ inputs: required: false runs: using: 'docker' - image: 'docker://ghcr.io/erkenes/monorepo-split-action/php:1.2.0' + image: 'docker://ghcr.io/erkenes/monorepo-split-action/php:1.3.0' args: - ${{ inputs.access_token }} - ${{ inputs.repository_protocol }}