From 9fd92252eae494d1e1c09f88f764298dbf277c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Wed, 16 Oct 2024 11:22:21 +0200 Subject: [PATCH] CI: Use specific token when calling add to project [skip ci] --- .github/workflows/add-issue-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-issue-to-project.yml b/.github/workflows/add-issue-to-project.yml index 9b303d6e..3cdc05dd 100644 --- a/.github/workflows/add-issue-to-project.yml +++ b/.github/workflows/add-issue-to-project.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/orgs/kernelkit/projects/3 - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.ADD_TO_PROJECT }}