From 787b8ee5eea3d5b69cac1af504d256f0ca9f940f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= <torjus@usit.uio.no> Date: Fri, 18 Oct 2024 21:57:42 +0200 Subject: [PATCH] Add secret to wf --- .github/workflows/issue.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue.yaml b/.github/workflows/issue.yaml index 3147ed3..e90da16 100644 --- a/.github/workflows/issue.yaml +++ b/.github/workflows/issue.yaml @@ -16,4 +16,5 @@ jobs: - uses: actions/add-to-project@v1.0.2 with: project-url: https://git.t-juice.club/torjus/workflow-test/projects/6 + github-token: ${{ secrets.GITHUB_TOKEN }}