Skip to content

Commit

Permalink
fix(github): comment secrets after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Aug 15, 2024
1 parent ebf5b22 commit 41ee3a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-upload-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Reusable workflow for upload file to S3

on:
workflow_call:
secrets:
AWS_ACCESS_KEY_ID:
required: true
AWS_SECRET_ACCESS_KEY:
required: true
#secrets:
# AWS_ACCESS_KEY_ID:
# required: true
# AWS_SECRET_ACCESS_KEY:
# required: true
inputs:
binary_name:
type: string
Expand Down

0 comments on commit 41ee3a7

Please sign in to comment.