We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f974f8a commit 90392a3Copy full SHA for 90392a3
.github/workflows/prep-plugin-releases.yml
@@ -34,7 +34,7 @@ on:
34
default: true
35
36
env:
37
- GH_TOKEN: ${{ secrets.MOBILE_PLUGIN_RELEASE_PAT }}
+ GH_TOKEN: ${{ secrets.PROXY_AUTOMATIONS_PAT }}
38
39
jobs:
40
centralized-plugin-releases:
@@ -82,7 +82,7 @@ jobs:
82
"${{ github.event.inputs.android_version }}" \
83
$PLUGIN_ARGS
84
85
86
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
87
88
- name: Display release summary
0 commit comments