We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb55dea commit f202c50Copy full SHA for f202c50
.github/workflows/release.yml
@@ -11,6 +11,7 @@ jobs:
11
publish-aws-s3:
12
name: Publish to AWS S3
13
runs-on: 'ubuntu-latest'
14
+ environment: 'builds.handlebarsjs.com.s3.amazonaws.com'
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
@@ -31,6 +32,6 @@ jobs:
31
32
git config --global user.name "handlebars-lang"
33
npm run publish:aws
34
env:
- # Note: the environment secrets `S3_ACCESS_KEY_ID`
35
- # and `S3_SECRET_ACCESS_KEY` have to be set!
36
S3_BUCKET_NAME: "builds.handlebarsjs.com"
+ S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
37
+ S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
0 commit comments