Explorar o código

Fix guest accounts CI setup attempt 4

Zed %!s(int64=2) %!d(string=hai) anos
pai
achega
7b3fcdc622
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/run-tests.yml

+ 1 - 1
.github/workflows/run-tests.yml

@@ -47,7 +47,7 @@ jobs:
           sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
           nimble md
           nimble scss
-          echo "${{ vars.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl
+          echo '${{ secrets.GUEST_ACCOUNTS }}' > ./guest_accounts.jsonl
       - name: Run tests
         run: |
           ./nitter &