Skip to content

Commit

Permalink
docs: fix env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Feb 25, 2021
1 parent 96912f3 commit 7cd348f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
types: opened
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
assign_to_project:
Expand Down

0 comments on commit 7cd348f

Please sign in to comment.