From 16507b3e55a017013abb560329ad26d5142166d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 18 Jan 2024 10:00:58 -0500 Subject: [PATCH] ci: update assign-one-project-github-action version + fix token name --- .github/workflows/ux-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ux-issues.yml b/.github/workflows/ux-issues.yml index 1fac4eaae..9c6da7074 100644 --- a/.github/workflows/ux-issues.yml +++ b/.github/workflows/ux-issues.yml @@ -4,7 +4,7 @@ on: issues: types: [opened, labeled] env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: ux-to-project: @@ -13,7 +13,7 @@ jobs: steps: - name: Assign issues with the UX label to the project and - uses: srggrs/assign-one-project-github-action@1.2.1 + uses: srggrs/assign-one-project-github-action@1.3.1 if: contains(github.event.issue.labels.*.name, 'ux') with: project: 'https://github.com/orgs/kubefirst/projects/7/views/6'