aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-28 08:24:18 +0200
committerChocobozzz <me@florianbigard.com>2022-09-28 08:25:46 +0200
commit36305301cb31fb8f66c4e544e91f8e5e3228c2ee (patch)
treeb80777e9cfce25b5159771ba9b85d9fcae667ec0 /.github
parentca68986083edfc530985f47007a099b94cd65325 (diff)
downloadPeerTube-36305301cb31fb8f66c4e544e91f8e5e3228c2ee.tar.gz
PeerTube-36305301cb31fb8f66c4e544e91f8e5e3228c2ee.tar.zst
PeerTube-36305301cb31fb8f66c4e544e91f8e5e3228c2ee.zip
Set AKISMET_KEY as env
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ae19615c5..1c2f8093a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -75,6 +75,8 @@ jobs:
75 - name: Run Test 75 - name: Run Test
76 # external-plugins tests only run on schedule 76 # external-plugins tests only run on schedule
77 if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins' 77 if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins'
78 env:
79 AKISMET_KEY: ${{ secrets.AKISMET_KEY }}
78 run: npm run ci -- ${{ matrix.test_suite }} 80 run: npm run ci -- ${{ matrix.test_suite }}
79 81
80 - name: Display errors 82 - name: Display errors