Skip to content

Commit

Permalink
Rename personal access token secret from ADD_TO_PROJECT_PAT to `ADD…
Browse files Browse the repository at this point in the history
…_TO_PROJECTS_PAT` [ci skip]
  • Loading branch information
malayladu committed Nov 7, 2023
1 parent 80bfc0a commit 5db0011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Auto-Add Pull Requests
on:
workflow_call:
secrets:
ADD_TO_PROJECT_PAT:
ADD_TO_PROJECTS_PAT:
required: true
pull_request:
types:
Expand All @@ -17,4 +17,4 @@ jobs:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/GravityKit/projects/16
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
github-token: ${{ secrets.ADD_TO_PROJECTS_PAT }}

0 comments on commit 5db0011

Please sign in to comment.