Skip to content

Commit 25025a3

Browse files
authored
ci: grant permission to update-readme workflow (#6998)
The workflow has been failing due to organization-wide permission change. https://github.com/googleapis/java-cloud-bom/actions/workflows/update-readme-table.yaml
1 parent d46eb09 commit 25025a3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update-readme-table.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010
jobs:
1111
update-readme:
1212
runs-on: ubuntu-latest
13-
13+
permissions:
14+
contents: write
15+
pull-requests: write
1416
steps:
1517
- name: Check out repository
1618
uses: actions/checkout@v4

0 commit comments

Comments
 (0)