Skip to content

Commit cee74fb

Browse files
committed
🗑️ chore(workflows): remove GITHUB_TOKEN secrets from call-auto-merge and call-ci-semantic-release-sync workflows
1 parent 1adf2d1 commit cee74fb

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ 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 }}
2220

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ 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 }}

0 commit comments

Comments
 (0)