Skip to content

Commit b0ca18f

Browse files
committed
fix
1 parent 067b6cb commit b0ca18f

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/publish-smoke-test-quarkus-images.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
skip-java-11: true
2020

2121
workflow-notification:
22-
permissions:
23-
issues: write
2422
needs:
2523
- publish
2624
if: always()

.github/workflows/reusable-publish-smoke-test-images.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,9 @@ on:
2929
type: boolean
3030
required: false
3131

32-
permissions:
33-
contents: read
34-
packages: write
35-
3632
jobs:
3733
build:
3834
runs-on: ubuntu-latest
39-
permissions:
40-
contents: read
41-
packages: write
4235
steps:
4336
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4437

0 commit comments

Comments
 (0)