Skip to content

Commit

Permalink
Chore(release): 1.2.4
Browse files Browse the repository at this point in the history
### [1.2.4](v1.2.3...v1.2.4) (2024-09-20)

### Bug Fixes

* GitHub RSA key was changed and prevented this action from working ([#114](#114)) ([a70cd50](a70cd50)), closes [#101](#101)
  • Loading branch information
semantic-release-bot committed Sep 20, 2024
1 parent dcfa944 commit 014dedb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.2.4](https://github.com/olivr/copybara-action/compare/v1.2.3...v1.2.4) (2024-09-20)


### Bug Fixes

* GitHub RSA key was changed and prevented this action from working ([#114](https://github.com/olivr/copybara-action/issues/114)) ([a70cd50](https://github.com/olivr/copybara-action/commit/a70cd50734a79a6c432829e9afc48b91d6d7040b)), closes [#101](https://github.com/olivr/copybara-action/issues/101)

### [1.2.3](https://github.com/olivr/copybara-action/compare/v1.2.2...v1.2.3) (2021-07-16)


Expand Down
8 changes: 4 additions & 4 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
fetch-depth: 0

- uses: olivr/[email protected].3
- uses: olivr/[email protected].4
with:
ssh_key: ${{ secrets.SSH_KEY }}
sot_repo: your/repo
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
fetch-depth: 0
- uses: olivr/[email protected].3
- uses: olivr/[email protected].4
with:
access_token: ${{ secrets.GH_TOKEN }}
ssh_key: ${{ secrets.SSH_KEY }}
Expand All @@ -90,7 +90,7 @@ jobs:
with:
fetch-depth: 0
- uses: olivr/[email protected].3
- uses: olivr/[email protected].4
with:
access_token: ${{ secrets.GH_TOKEN }}
ssh_key: ${{ secrets.SSH_KEY }}
Expand All @@ -112,7 +112,7 @@ jobs:
move-code:
runs-on: ubuntu-latest
steps:
- uses: olivr/[email protected].3
- uses: olivr/[email protected].4
with:
ssh_key: ${{ secrets.SSH_KEY }}
workflow: pr
Expand Down
8 changes: 4 additions & 4 deletions docs/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
fetch-depth: 0

- uses: olivr/[email protected].3
- uses: olivr/[email protected].4
with:
ssh_key: ${{ secrets.SSH_KEY }}
access_token: ${{ secrets.GH_TOKEN }}
Expand All @@ -60,7 +60,7 @@ jobs:
with:
fetch-depth: 0

- uses: olivr/[email protected].3
- uses: olivr/[email protected].4
with:
ssh_key: ${{ secrets.SSH_KEY }}
access_token: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
with:
fetch-depth: 0
- uses: olivr/[email protected].3
- uses: olivr/[email protected].4
with:
ssh_key: ${{ secrets.SSH_KEY }}
access_token: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
with:
fetch-depth: 0
- uses: olivr/[email protected].3
- uses: olivr/[email protected].4
with:
access_token: ${{ secrets.GH_TOKEN }}
ssh_key: ${{ secrets.SSH_KEY }}
Expand Down

0 comments on commit 014dedb

Please sign in to comment.