Skip to content

Commit 29a6f08

Browse files
committed
chore: remove unused upload env vars
1 parent 3a1e2f6 commit 29a6f08

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# for uploading to portal
2-
CP_SERVER=
32
CP_API_KEY=
4-
CP_ORGANIZATION=
5-
CP_PROJECT=

.github/workflows/code-pushup.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
# ignore PRs from forks, handled by code-pushup-fork.yml
2121
if: ${{ !github.event.pull_request.head.repo.fork }}
2222
env:
23-
CP_SERVER: ${{ secrets.CP_SERVER }}
2423
CP_API_KEY: ${{ secrets.CP_API_KEY }}
25-
CP_ORGANIZATION: code-pushup
26-
CP_PROJECT: cli
2724
steps:
2825
- name: Checkout repository
2926
uses: actions/checkout@v4

0 commit comments

Comments
 (0)