Skip to content

Commit

Permalink
ci: update assign-one-project-github-action version + fix token name (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jan 19, 2024
1 parent 9bd9fa5 commit 24d525b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ux-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Add UX issues into the Kubefirst Action project

on:
issues:
types: [opened, labeled]
types: [labeled]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
ux-to-project:
Expand All @@ -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'
Expand Down

0 comments on commit 24d525b

Please sign in to comment.