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 committed Jan 18, 2024
1 parent 9bd9fa5 commit 16507b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ux-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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 16507b3

Please sign in to comment.