From d48b94d095939b3b8a351aeab1838b8a2d79d583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Ga=C3=A1l?= Date: Mon, 8 Dec 2025 11:53:51 +0100 Subject: [PATCH 1/2] chore: id-token action permission added --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b6d69ac..d5d6956 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,7 @@ jobs: permissions: contents: write packages: write + id-token: write steps: - name: Checkout From 46b52992109c1f08a3827c2db7e727e63562ec76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Ga=C3=A1l?= Date: Mon, 8 Dec 2025 11:58:41 +0100 Subject: [PATCH 2/2] chore: email address updated --- .github/workflows/publish.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d5d6956..98c1f61 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - name: Configure run: | - git config --global user.email "info@strivacity.com" + git config --global user.email "opensource@strivacity.com" git config --global user.name "strivacity" npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN env: diff --git a/package.json b/package.json index da86dfa..c3c923c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "type": "git", "url": "git+https://github.com/strivacity/sdk-react-native.git" }, - "author": "strivacity (https://www.strivacity.com/learn-support/developer-hub)", + "author": "strivacity (https://www.strivacity.com/learn-support/developer-hub)", "license": "MIT", "bugs": { "url": "https://github.com/strivacity/sdk-react-native/issues" @@ -190,4 +190,4 @@ "languages": "java-objc", "version": "0.38.4" } -} +} \ No newline at end of file