Skip to content

Commit 40b96f8

Browse files
committed
Removed unnecessary gh_token on notify and pr-validation gh jobs
1 parent 10f4da0 commit 40b96f8

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/notify.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
with:
13-
fetch-depth: 0
14-
persist-credentials: false
15-
token: ${{secrets.gh_token}}
1612
- uses: actions/setup-node@v2
1713
with:
1814
node-version: 16

.github/workflows/pr-validator.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
with:
16-
fetch-depth: 0
17-
persist-credentials: false
18-
token: ${{secrets.gh_token}}
1915
- run : |
2016
if [ "$TARGET_BRANCH" == "master" ] && [ "$SOURCE_BRANCH" == "beta" ]; then
2117
echo "Merge from $SOURCE_BRANCH to $TARGET_BRANCH is valid"

0 commit comments

Comments
 (0)