Skip to content

Commit 6a4eebe

Browse files
committed
chore: use personal token for publishing
1 parent 4271e2d commit 6a4eebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
3232
yarn release-it --ci
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3535
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-navigation-native-modal",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "React Navigation integration for React Native's Modal component",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)