Skip to content

Commit 3a0812d

Browse files
committed
secrets
1 parent 3f3e106 commit 3a0812d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release-pkg.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,9 @@ jobs:
187187
push_to_s3: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
188188
upload_local: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
189189
create_pr: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
190-
secrets: inherit
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 }}

0 commit comments

Comments
 (0)