Skip to content

Commit

Permalink
chore(main): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erkenes committed Jul 18, 2022
1 parent 137c591 commit 9b5ee8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}'
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9b5ee8a

Please sign in to comment.