Skip to content

Commit ecb58f2

Browse files
author
Akos Kitta
committed
use the secret for the s3 bucket
Signed-off-by: Akos Kitta <[email protected]>
1 parent 884f09a commit ecb58f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
PLUGIN_SOURCE: "${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/*"
6363
PLUGIN_TARGET: "/arduino-language-server/nightly"
6464
PLUGIN_STRIP_PREFIX: "${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/"
65-
PLUGIN_BUCKET: arduino-downloads-prod-beagle
65+
PLUGIN_BUCKET: ${{ secrets.DOWNLOADS_BUCKET }}
6666
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
6767
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)