Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 5a598fd

Browse files
committed
docs: fix env var name
1 parent f1b70a3 commit 5a598fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
types: opened
88
env:
9-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9+
MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1010

1111
jobs:
1212
assign_to_project:

0 commit comments

Comments
 (0)