Skip to content

Commit 824c7ae

Browse files
committed
🧹 chore(workflows): remove GITHUB_TOKEN requirement from auto-merge and CI workflows
1 parent af4b71e commit 824c7ae

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

‎.github/workflows/auto-merge.yml‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ name: Auto Merge PRs
77
# Triggered by workflow call
88
on:
99
workflow_call:
10-
# Define inputs and secrets here if needed for reuse
11-
secrets:
12-
GITHUB_TOKEN:
13-
required: true
1410

1511
permissions:
1612
pull-requests: write

‎.github/workflows/ci-semantic-release-sync.yml‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ name: CI, Release, and Stage Sync
3535
on:
3636
workflow_dispatch:
3737
workflow_call:
38-
secrets:
39-
GITHUB_TOKEN:
40-
required: true
4138

4239
concurrency:
4340
group: ci-release-sync-${{ github.ref }}

0 commit comments

Comments
 (0)