We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3395496 commit 522b26bCopy full SHA for 522b26b
.github/workflows/ci.yml
@@ -14,3 +14,4 @@ jobs:
14
secrets:
15
VSCE_PAT: ${{ secrets.VSCE_PAT }}
16
OVSX_PAT: ${{ secrets.OVSX_PAT }}
17
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/ci_jobs.yml
@@ -7,6 +7,8 @@ on:
7
required: true
8
OVSX_PAT:
9
10
+ CODECOV_TOKEN:
11
+ required: true
12
13
env:
NODE_VERSION: 16.14.2
.github/workflows/dependabot_ci.yml
@@ -10,3 +10,7 @@ jobs:
name: CI Jobs
if: ${{ github.actor == 'dependabot[bot]' }}
uses: svsool/vscode-memo/.github/workflows/ci_jobs.yml@master
+ secrets:
+ VSCE_PAT: ${{ secrets.VSCE_PAT }}
+ OVSX_PAT: ${{ secrets.OVSX_PAT }}
0 commit comments