From f0ab58da74470153d456e49884e4136d937b63b6 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 29 Feb 2024 18:25:10 +0100 Subject: [PATCH] Added token to access ssikit repo --- .gitea/workflows/ci-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index f9f053d..630647e 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -81,7 +81,7 @@ jobs: submodules: true refs: master # might not be needed - # token: ${{ secrets.SSIKIT_TOKEN }} + token: ${{ secrets.SSIKIT_TOKEN }} - name: Install python3-venv (if not already installed) run: |