We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd31833 commit d0945c2Copy full SHA for d0945c2
2 files changed
.github/workflows/build-daily.yml
@@ -11,6 +11,7 @@ permissions:
11
12
jobs:
13
publish-snapshots:
14
+ environment: protected
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
.github/workflows/release.yml
@@ -7,6 +7,7 @@ permissions:
7
8
9
release:
10
permissions:
contents: write # for creating the release
0 commit comments