We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52dfea5 + b7ae0b4 commit e3c302dCopy full SHA for e3c302d
.github/workflows/cd.yaml
@@ -3,6 +3,12 @@ on:
3
tags:
4
- 'v*.*.*'
5
6
+# We need contents write permission to create release
7
+# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
8
+# https://github.com/taiki-e/upload-rust-binary-action/issues/15#issuecomment-1141252687
9
+permissions:
10
+ contents: write
11
+
12
name: cd
13
14
jobs:
0 commit comments