Skip to content

Commit

Permalink
Use vars, not env
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 30, 2024
1 parent 2fedf1b commit 7ced304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
aws_key_id: ${{ secrets.AWS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws_bucket: ${{ env.AWS_BUCKET }}
aws_bucket: ${{ vars.AWS_BUCKET }}
source_dir: deploy
destination_dir: update-data
endpoint: ${{ env.S3_ENDPOINT }}
endpoint: ${{ vars.S3_ENDPOINT }}

0 comments on commit 7ced304

Please sign in to comment.