Skip to content

Commit

Permalink
Fix: correct syntax in field update step (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed May 14, 2024
2 parents 61b6819 + f5e4417 commit d060bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-to-project-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
operation: set
fields: Effort
values: 1
project-url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
project_url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
github_token: ${{ secrets.GH_PROJECTS_TOKEN }}

0 comments on commit d060bd6

Please sign in to comment.