Skip to content

Commit

Permalink
Update issue_project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n authored Apr 14, 2023
1 parent 413a723 commit 736181f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
if: github.event_name == 'issues' && github.event.action == 'opened'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_PAT }}
GITHUB_PROJECT_URL: https://github.com/orgs/MyElectricalData/projects/1
GITHUB_PROJECT_COLUMN_NAME: BACKLOG

Expand All @@ -17,6 +17,6 @@ jobs:
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
if: github.event_name == 'pull_request' && github.event.action == 'opened'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_PAT }}
GITHUB_PROJECT_URL: https://github.com/orgs/MyElectricalData/projects/1
GITHUB_PROJECT_COLUMN_NAME: BACKLOG

0 comments on commit 736181f

Please sign in to comment.