Skip to content

Commit 90392a3

Browse files
author
David Crow
committed
update token
1 parent f974f8a commit 90392a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prep-plugin-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
default: true
3535

3636
env:
37-
GH_TOKEN: ${{ secrets.MOBILE_PLUGIN_RELEASE_PAT }}
37+
GH_TOKEN: ${{ secrets.PROXY_AUTOMATIONS_PAT }}
3838

3939
jobs:
4040
centralized-plugin-releases:
@@ -82,7 +82,7 @@ jobs:
8282
"${{ github.event.inputs.android_version }}" \
8383
$PLUGIN_ARGS
8484
env:
85-
GH_TOKEN: ${{ secrets.MOBILE_PLUGIN_RELEASE_PAT }}
85+
GH_TOKEN: ${{ secrets.PROXY_AUTOMATIONS_PAT }}
8686
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
8787

8888
- name: Display release summary

0 commit comments

Comments
 (0)