We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d41827 + b237752 commit aff615fCopy full SHA for aff615f
.github/workflows/build.yml
@@ -10,6 +10,9 @@ on:
10
- cron: "40 4 * * *" # every day at 4:40
11
pull_request:
12
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
stable:
18
name: "Test MSRV and Stable Features"
.github/workflows/release.yml
@@ -5,10 +5,15 @@ on:
5
branches:
6
- "master"
7
8
9
release:
name: "Release"
runs-on: ubuntu-latest
+ permissions:
+ contents: write
timeout-minutes: 15
environment: crates_io_release
19
0 commit comments