Skip to content

Commit

Permalink
updata
Browse files Browse the repository at this point in the history
  • Loading branch information
aigem committed Sep 11, 2024
1 parent 88a3a4d commit b6efe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
USERNAME: ${{ secrets.USERNAME || '_user' }}
PASSWORD: ${{ secrets.PASSWORD || '_pass' }}
BUCKET_NAME: ${{ secrets.BUCKET_NAME || 'aigem' }}
BUCKET_NAME: ${{ secrets.BUCKET_NAME || 'bucket' }}
run: |
sed -e "s/\$USERNAME/$USERNAME/g" \
-e "s/\$PASSWORD/$PASSWORD/g" \
Expand Down

0 comments on commit b6efe07

Please sign in to comment.