Skip to content

Commit d50b3fc

Browse files
committed
Fix release
Release has been failing for a while (e.g. https://github.com/google/copybara/actions/runs/14706485491) The issue is that the token used for creating tags/releases need the content write permission. Change-Id: I43382eb95105326c90975673087c7a6a324c1271
1 parent cde80a3 commit d50b3fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Weekly Release
22

3+
permissions:
4+
contents: write
5+
36
on:
47
# Uncoment these two lines to test the pipeline in a PR, but NEVER merge in main branch:
58
# pull_request:

0 commit comments

Comments
 (0)