Skip to content

Commit 40f4a53

Browse files
committed
Merge branch 'maint'
2 parents a828ad7 + 44dcbe7 commit 40f4a53

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/openvex-sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
# required
7272
app-id: ${{ vars.ERLANG_BOT_APP_ID }}
7373
private-key: ${{ secrets.ERLANG_BOT_PRIVATE_KEY }}
74+
owner: ${{ github.repository_owner }}
75+
permission-security-events: read
76+
permission-actions: write
77+
permission-contents: write
78+
permission-pull-requests: write
7479

7580
- name: Authenticate gh
7681
env:

.github/workflows/reusable-vendor-vulnerability-scanner.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ jobs:
154154
with:
155155
app-id: ${{ secrets.ERLANG_VENDOR_SCANNER_APP_ID }}
156156
private-key: ${{ secrets.ERLANG_VENDOR_SCANNER_BOT_PRIVATE_KEY }}
157+
owner: ${{ github.repository_owner }}
158+
permission-issues: write
159+
permission-content: read
160+
permission-actions: write
157161

158162
# PRs comming from a fork can use their own GH_TOKEN instead.
159163
# this is for security reasons that forked PRs cannot work with Github App tokens

.github/workflows/sigstore-updater.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ jobs:
151151
with:
152152
app-id: ${{ vars.ERLANG_BOT_APP_ID }}
153153
private-key: ${{ secrets.ERLANG_BOT_PRIVATE_KEY }}
154+
owner: ${{ github.repository_owner }}
155+
permission-issues: write
156+
permission-content: read
157+
permission-actions: write
154158
- name: Authenticate gh
155159
if: steps.changed.outputs.found == 'true'
156160
env:

0 commit comments

Comments
 (0)