Skip to content

Commit b3fa2c3

Browse files
Add limited to deployments on specific branches comment
1 parent 0c9718e commit b3fa2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
contents: write # required by git-auto-commit-action
17-
environment: ${{ inputs.network }}
17+
environment: ${{ inputs.network }} # Secrets for an environment are already limited to deployments on specific branches
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)