Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
realByg committed May 11, 2021
1 parent d82d1e5 commit 773b769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 🚚 部署

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/zayabighead/office-user-auto-create/tree/worker)
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/zayabighead/office-user-auto-create)

1. 按照提示在 GitHub 上授权 Worker

Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ _ANNOUNCEMENT = 'some announcement'
_GET_CODE_LINK = 'https://some.link'
_AAD_CONFIG = '{ "tenantId": "", "clientId": "", "clientSecret": "" }'
_OFFICE_DOMAINS = '["domain1.com", "domain2.org"]'
_OFFICE_SUBSCRIPTIONS = '[{ "name": "subscription 1", "sku": "subscription id" }]'
_OFFICE_SUBSCRIPTIONS = '[{ "name": "subscription 1", "sku": "skuid" }, { "name": "subscription 2", "sku": "skuid" }]'
_USERNAME_BLACKLIST = '["admin", "gay"]'
_GENERATE_CODES_SECRET_PATH = '/some_secret'

0 comments on commit 773b769

Please sign in to comment.