Skip to content

Commit 2d7dd4e

Browse files
committed
test
1 parent 373a95f commit 2d7dd4e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/publish-smoke-test-early-jdk8-images.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ permissions:
1515
jobs:
1616
publish:
1717
permissions:
18-
contents: read
1918
packages: write
2019
runs-on: ubuntu-latest
2120
steps:

.github/workflows/reusable-workflow-notification.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ on:
1010
required: true
1111

1212
permissions:
13-
content: read
13+
contents: read
1414

1515
jobs:
1616
workflow-notification:
1717
permissions:
18-
content: read
18+
contents: read
1919
issues: write
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23-
2422
- name: Open issue or add comment if issue already open
2523
env:
2624
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)