Skip to content

Commit a3674c3

Browse files
committed
Revert "secrets"
This reverts commit 3a0812d.
1 parent 3a0812d commit a3674c3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release-pkg.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,4 @@ 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:
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 }}
190+
secrets: inherit

0 commit comments

Comments
 (0)