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 1423089 + 18d4f4f commit 4837088Copy full SHA for 4837088
1 file changed
.github/workflows/sync-release-branch.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-24.04
30
permissions:
31
contents: write
32
- workflows: write
+ actions: write
33
outputs:
34
base_sha: ${{ steps.sync.outputs.base_sha }}
35
has_changes: ${{ steps.sync.outputs.has_changes }}
@@ -120,7 +120,7 @@ jobs:
120
environment: docker-releases
121
122
123
124
timeout-minutes: 10
125
steps:
126
- name: Checkout
0 commit comments