Skip to content

Commit

Permalink
Merge pull request #65 from pullflow/srzainab/issue64
Browse files Browse the repository at this point in the history
Added event-provider to pullflowApi calls
  • Loading branch information
srzainab authored Jan 30, 2024
2 parents 9bbd4ee + 704cf06 commit 8703e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions src/utils/pullflowApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class PullflowApi {
Accept: 'application/json, text/plain',
'Content-Type': 'application/json;charset=UTF-8',
'auth-provider': 'custom-auth',
'event-provider': 'extension',
},
}
this.apiUrl = AppConfig.pullflow.graphqlUrl
Expand Down

0 comments on commit 8703e91

Please sign in to comment.