Skip to content

Commit 1adf2d1

Browse files
committed
🗑️ chore(workflows): remove unused environment variable sections from call-auto-merge and call-ci-semantic-release-sync workflows
1 parent 2c60d56 commit 1adf2d1

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ on:
1717
jobs:
1818
call-auto-merge:
1919
uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main
20-
2120
secrets:
2221
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
env:
24-
# any environment variables
22+

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@ on:
1717
jobs:
1818
call-ci-release-sync:
1919
uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@main
20-
2120
secrets:
2221
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
env:
24-
# any environment variables

0 commit comments

Comments
 (0)