Skip to content

Commit

Permalink
added missing envkey in publish.yml github action
Browse files Browse the repository at this point in the history
  • Loading branch information
srzainab committed Jan 26, 2024
1 parent 0449dfe commit 704cf06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
envkey_SESSIONS_SECRET_KEY: ${{ secrets.SESSION_SECRET_KEY }}
envkey_CLIENT_IDENTIFIER: com.pullflow.vscode
envkey_PULLFLOW_APP_URL: https://app.pullflow.com
envkey_PULLFLOW_TELEMETRY_URL: https://collector.pullflow.cloud

- name: Build, compile and test
run: |
Expand Down

0 comments on commit 704cf06

Please sign in to comment.