Skip to content

Commit 210bb08

Browse files
authored
Update upload_artifact.yml
1 parent 56065e0 commit 210bb08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload_artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
uses: ryand56/r2-upload-action@latest
7979
with:
8080
r2-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
81-
r2-access-key-id: ${{ secrets.CLOUDFLARE_SECRET_ID }}
82-
r2-secret-access-key: ${{ secrets.CLOUDFLARE_SECRET_KEY }}
81+
r2-access-key-id: ${{ secrets.CLOUDFLARE_R2_SECRET_ID }}
82+
r2-secret-access-key: ${{ secrets.CLOUDFLARE_R2_SECRET_KEY }}
8383
r2-bucket: artifact
8484
source-dir: artifacts
8585
destination-dir: ./${{ steps.convert_version.outputs.CHANNEL }}/websoft9/plugin/${{ env.appname }}

0 commit comments

Comments
 (0)