Skip to content

Commit 6dbc475

Browse files
use GITHUB_TOKEN instead of GH_TOKEN
1 parent 6e5d73f commit 6dbc475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-sample-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/add-to-project@f5473ace9aeee8b97717b281e26980aa5097023f
1414
with:
1515
project-url: https://github.com/orgs/meilisearch/projects/44
16-
github-token: ${{ secrets.GH_TOKEN }}
16+
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/preview-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened]
66

77
env:
8-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
8+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
CURRENT_BRANCH: ${{ github.event.pull_request.head.ref }}
1010

1111
jobs:

0 commit comments

Comments
 (0)