-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [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
1 parent
dcfa944
commit 014dedb
Showing
3 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|