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 184f262 commit 88a3a4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

- name: Create wrangler.toml
env:
USERNAME: ${{ secrets.USERNAME || 'default_username' }}
PASSWORD: ${{ secrets.PASSWORD || 'default_password' }}
BUCKET_NAME: ${{ secrets.BUCKET_NAME || 'default_bucket_name' }}
USERNAME: ${{ secrets.USERNAME || '_user' }}
PASSWORD: ${{ secrets.PASSWORD || '_pass' }}
BUCKET_NAME: ${{ secrets.BUCKET_NAME || 'aigem' }}
run: |
sed -e "s/\$USERNAME/$USERNAME/g" \
-e "s/\$PASSWORD/$PASSWORD/g" \
Expand Down

0 comments on commit 88a3a4d

Please sign in to comment.