We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d433e6 + fbc12df commit 5fc9ae7Copy full SHA for 5fc9ae7
1 file changed
.github/workflows/migrate-release.yaml
@@ -5,6 +5,10 @@ on:
5
tags:
6
- 'v*'
7
8
+# Add permission for upstream repo.
9
+permissions:
10
+ contents: write
11
+
12
jobs:
13
build:
14
name: Build and Release
0 commit comments