Skip to content

Commit 972d64a

Browse files
committed
test
1 parent 373a95f commit 972d64a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,14 @@ on:
1010
required: true
1111

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

1515
jobs:
1616
workflow-notification:
1717
permissions:
18-
content: read
1918
issues: write
2019
runs-on: ubuntu-latest
2120
steps:
22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23-
2421
- name: Open issue or add comment if issue already open
2522
env:
2623
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)