We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3230d5 commit 83acd56Copy full SHA for 83acd56
.changeset/update.md
@@ -0,0 +1,7 @@
1
+---
2
+'davinci-github-actions': patch
3
4
+
5
6
7
+- set the `danger` environment variable to ensure that all API requests are performed on the correct domain
danger/action.yml
@@ -5,4 +5,10 @@ runs:
using: composite
steps:
- shell: bash
8
+ env:
9
+ # Self-hosted runners can override the GITHUB_URL environment variable
10
+ # to a potentially incorrect value, and this variable may also be used
11
+ # for other purposes beyond communicating with the GitHub API.
12
+ # The DANGER_GITHUB_API_BASE_URL env variable takes higher priority
13
+ DANGER_GITHUB_API_BASE_URL: https://api.github.com
14
run: yarn davinci-ci danger
0 commit comments