Skip to content

Commit cda78c0

Browse files
Test if add to project action works (#3111)
* test if add to project action works * try using `GH_TOKEN` * rollback update to code sample
1 parent 8231ba0 commit cda78c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.GITHUB_TOKEN }}
16+
github-token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)