We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed5f16 commit df136c6Copy full SHA for df136c6
1 file changed
.github/workflows/deploy-plugin-pr.yml
@@ -143,3 +143,6 @@ jobs:
143
name: Deploy Plugin
144
if: ${{ env. SKIP_DEPLOYMENT != 'true' }}
145
timeout-minutes: 30
146
+ env:
147
+ DEPLOYER_BASE_URL: ${{ secrets.DEPLOYER_BASE_URL }}
148
+ DEPLOYER_API_KEY: ${{ secrets.DEPLOYER_API_KEY }}
0 commit comments