Skip to content

Commit 47e7f0f

Browse files
committed
Update compile-rtk-firmware.yml
1 parent bf03727 commit 47e7f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-rtk-firmware.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Push binary to Binaries Repo
123123
# uses: dmnemec/copy_file_to_another_repo_action #Workaround for Issue: https://github.com/orgs/community/discussions/55820#discussioncomment-5946136
124-
uses: Jason2866/copy_file_to_another_repo_action@main
124+
uses: Jason2866/copy_file_to_another_repo_action@http408_fix
125125
env:
126126
API_TOKEN_GITHUB: ${{ secrets.API_GITHUB_RTK_FILE_TOKEN }}
127127
with:
@@ -142,7 +142,7 @@ jobs:
142142
143143
- name: Push JSON to Binaries Repo
144144
# uses: dmnemec/copy_file_to_another_repo_action #Workaround for Issue: https://github.com/orgs/community/discussions/55820#discussioncomment-5946136
145-
uses: Jason2866/copy_file_to_another_repo_action@main
145+
uses: Jason2866/copy_file_to_another_repo_action@http408_fix
146146
env:
147147
API_TOKEN_GITHUB: ${{ secrets.API_GITHUB_RTK_FILE_TOKEN }}
148148
with:

0 commit comments

Comments
 (0)