Skip to content

Commit b319c6e

Browse files
authored
chore: remove npm token from gh action (#1239)
remove token
1 parent a93f647 commit b319c6e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
3030
GITHUB_NAME: ${{ vars.GH_BOT_NAME }}
3131
GITHUB_EMAIL: ${{ vars.GH_BOT_EMAIL }}
32-
NPM_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: FAQ
66

77
## General
88

9-
### How do I store objects, arrays, or other non-string values?
9+
### How do I store objects, arrays or other non-string values?
1010

1111
AsyncStorage only stores strings. Serialize values with `JSON.stringify` before writing, and `JSON.parse` when reading:
1212

0 commit comments

Comments
 (0)