Skip to content

Commit

Permalink
Change account linking file location to prevent smapi warning (#597)
Browse files Browse the repository at this point in the history
Signed-off-by: jsetton <[email protected]>
  • Loading branch information
jsetton authored Aug 6, 2023
1 parent e245c88 commit 19b7adb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ask
accountLinking.json
lambda/ssl/
skill-package/accountLinking.json

# VS Code
.vscode
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To configure your server path and credentials, you will need to setup the CloudF
```

3. Setup the skill account linking:
1. Create the skill account linking request file as `skill-package/accountLinking.json`, adding your [OAuth2 provider](#oauth2-provider) client credentials:
1. Create the skill account linking request file as `accountLinking.json`, adding your [OAuth2 provider](#oauth2-provider) client credentials:

```json
{
Expand All @@ -106,7 +106,7 @@ To configure your server path and credentials, you will need to setup the CloudF
2. Update the skill account linking information, using the skill ID displayed in the deploy step:

```shell
ask smapi update-account-linking-info -s <skillId> --account-linking-request file:skill-package/accountLinking.json
ask smapi update-account-linking-info -s <skillId> --account-linking-request file:accountLinking.json
```

4. Enable the skill on your Alexa account:
Expand Down

0 comments on commit 19b7adb

Please sign in to comment.