Skip to content

Commit df136c6

Browse files
committed
add secrets as env var
1 parent 8ed5f16 commit df136c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-plugin-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,6 @@ jobs:
143143
name: Deploy Plugin
144144
if: ${{ env. SKIP_DEPLOYMENT != 'true' }}
145145
timeout-minutes: 30
146+
env:
147+
DEPLOYER_BASE_URL: ${{ secrets.DEPLOYER_BASE_URL }}
148+
DEPLOYER_API_KEY: ${{ secrets.DEPLOYER_API_KEY }}

0 commit comments

Comments
 (0)