Skip to content

Commit f0f1acc

Browse files
authored
Update mmdb-create.yml for github-npm
1 parent 2ce28b0 commit f0f1acc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/mmdb-create.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
- main-test
88

9+
permissions:
10+
contents: write
11+
id-token: write
12+
913
jobs:
1014
build:
1115
name: Create mmdb files
@@ -38,7 +42,6 @@ jobs:
3842
- name: Publish to npm
3943
run: tools/publish-mmdb.sh
4044
env:
41-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4245
GITHUB_TOKEN: ${{secrets.GTOKEN}}
4346
- name: push changes
4447
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)