Skip to content

Commit 7ddbbab

Browse files
committed
fix: remove broken passing of GITHUB_TOKEN
Signed-off-by: Taylor Price <[email protected]>
1 parent 872acc1 commit 7ddbbab

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/pull_request.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ jobs:
3838
git_ref: ${{ github.event.pull_request.head.sha }}
3939
secrets:
4040
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4241

.github/workflows/push_main.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ jobs:
1313
git_ref: ''
1414
secrets:
1515
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1716

.github/workflows/run_tests.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
secrets:
1010
OPENAI_API_KEY:
1111
required: true
12-
GITHUB_TOKEN:
13-
required: true
1412

1513
jobs:
1614
test-linux:

0 commit comments

Comments
 (0)