Skip to content

Commit

Permalink
Update project_metadata.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan authored Nov 14, 2024
1 parent 616a984 commit 8c93f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Kuadrant/projects/18
github-token: ${{ secrets.GHPROJECT_SECRET }}
github-token: ${{ secrets.PROJECT_METADATA_SECRET }}
id: add-project # Save the step output for item-id
- uses: titoportas/[email protected]
with:
project-url: https://github.com/orgs/Kuadrant/projects/18
github-token: ${{ secrets.GHPROJECT_SECRET }}
github-token: ${{ secrets.PROJECT_METADATA_SECRET }}
item-id: ${{ steps.add-project.outputs.itemId }}
field-keys: Feature,Area
field-values: Console Plugin,User Experience

0 comments on commit 8c93f06

Please sign in to comment.