From 035e16e128639960cb59322555bd689fd78c31a6 Mon Sep 17 00:00:00 2001 From: Artem Bulgakov Date: Sun, 25 Feb 2024 17:02:09 +0300 Subject: [PATCH] ci: fix yaml --- .github/workflows/add-issues-to-project.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/add-issues-to-project.yaml b/.github/workflows/add-issues-to-project.yaml index 6918e53..6448d10 100644 --- a/.github/workflows/add-issues-to-project.yaml +++ b/.github/workflows/add-issues-to-project.yaml @@ -18,7 +18,6 @@ jobs: runs-on: ubuntu-latest permissions: # Permissions granted to the 'GITHUB_TOKEN' contents: read - issues: repository-projects: write steps: - uses: actions/add-to-project@v0.5.0