We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1e2f6 commit 29a6f08Copy full SHA for 29a6f08
.env.example
@@ -1,5 +1,2 @@
1
# for uploading to portal
2
-CP_SERVER=
3
CP_API_KEY=
4
-CP_ORGANIZATION=
5
-CP_PROJECT=
.github/workflows/code-pushup.yml
@@ -20,10 +20,7 @@ jobs:
20
# ignore PRs from forks, handled by code-pushup-fork.yml
21
if: ${{ !github.event.pull_request.head.repo.fork }}
22
env:
23
- CP_SERVER: ${{ secrets.CP_SERVER }}
24
CP_API_KEY: ${{ secrets.CP_API_KEY }}
25
- CP_ORGANIZATION: code-pushup
26
- CP_PROJECT: cli
27
steps:
28
- name: Checkout repository
29
uses: actions/checkout@v4
0 commit comments