Skip to content

Commit

Permalink
try other token
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 6, 2024
1 parent 9fdafc5 commit ca722ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/project-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: update_status
uses: peter-evans/create-or-update-project-card@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PROJECT_AUTOMATION }}
project-location: getsentry
project-number: 31
column-name: "🏗 In Progress"
Expand All @@ -36,7 +36,7 @@ jobs:
id: update_status
uses: peter-evans/create-or-update-project-card@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PROJECT_AUTOMATION }}
project-location: getsentry
project-number: 31
column-name: "👀 In Review"
Expand All @@ -54,7 +54,7 @@ jobs:
id: update_status
uses: peter-evans/create-or-update-project-card@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PROJECT_AUTOMATION }}
project-location: getsentry
project-number: 31
column-name: "✅ Done"
Expand Down

0 comments on commit ca722ba

Please sign in to comment.