We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7771075 commit 520b304Copy full SHA for 520b304
2 files changed
.github/workflows/imgproxy-config-updated.yml
@@ -13,6 +13,9 @@ on:
13
jobs:
14
create-issue:
15
runs-on: ubuntu-latest
16
+ permissions:
17
+ contents: read
18
+ issues: write
19
steps:
20
- name: Checkout the repository
21
uses: actions/checkout@v4
.github/workflows/release.yml
@@ -7,6 +7,8 @@ on:
7
8
release-helm-chart:
9
10
11
+ contents: write
12
0 commit comments