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 3f3e106 commit 3a0812dCopy full SHA for 3a0812d
.github/workflows/release-pkg.yml
@@ -187,4 +187,9 @@ jobs:
187
push_to_s3: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
188
upload_local: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
189
create_pr: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
190
- secrets: inherit
+ secrets:
191
+ AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
192
+ AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
193
+ AWS_REGION: ${{ secrets.AWS_REGION }}
194
+ PAT_GHOST: ${{ secrets.PAT_GHOST }}
195
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments