Skip to content

Commit

Permalink
deploy-1
Browse files Browse the repository at this point in the history
  • Loading branch information
aigem committed Sep 11, 2024
1 parent b00c48b commit 048f112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
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 || 'bucket' }}
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "your-worker-name"
name = "cf-r2-webdav"
main = "src/index.ts"
compatibility_date = "2023-01-01"

Expand Down

0 comments on commit 048f112

Please sign in to comment.