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 3a0812d commit a3674c3Copy full SHA for a3674c3
.github/workflows/release-pkg.yml
@@ -187,9 +187,4 @@ 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:
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 }}
+ secrets: inherit
0 commit comments