We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e4a24 commit d3fc8efCopy full SHA for d3fc8ef
1 file changed
.github/workflows/release.yml
@@ -6,6 +6,9 @@ on:
6
# x.y.z version format
7
- "[0-9]+.[0-9]+.[0-9]+*"
8
9
+permissions:
10
+ contents: write
11
+
12
env:
13
CARGO_TERM_COLOR: always
14
@@ -15,6 +18,8 @@ jobs:
15
18
runs-on: ubuntu-24.04
16
19
steps:
17
20
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
21
+ with:
22
+ persist-credentials: false
23
24
- name: Get the release version from the tag
25
run: |
@@ -68,6 +73,8 @@ jobs:
68
73
use-cross: false
69
74
70
75
76
77
71
78
72
79
80
shell: bash
0 commit comments