We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9718e commit b3fa2c3Copy full SHA for b3fa2c3
.github/workflows/upgrade.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
permissions:
16
contents: write # required by git-auto-commit-action
17
- environment: ${{ inputs.network }}
+ environment: ${{ inputs.network }} # Secrets for an environment are already limited to deployments on specific branches
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
0 commit comments