Skip to content

Commit

Permalink
test: add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 13, 2024
1 parent a62fb53 commit e8e22d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Push-BetaRes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ on:
jobs:
iapacker:
uses: ./.github/workflows/resuable_ia.yml
secrets:
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}

0 comments on commit e8e22d1

Please sign in to comment.