Skip to content

Commit 801694a

Browse files
committed
🧹 chore(workflows): comment out GITHUB_TOKEN secrets in auto-merge and CI release sync workflows
1 parent 824c7ae commit 801694a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ on:
1717
jobs:
1818
call-auto-merge:
1919
uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main
20-
secrets:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
# secrets:
21+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ on:
1717
jobs:
1818
call-ci-release-sync:
1919
uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@main
20-
secrets:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
# secrets:
21+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)