We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad0b19 commit 348d851Copy full SHA for 348d851
1 file changed
.github/workflows/check-eol-newrelease.yml
@@ -9,6 +9,9 @@ on:
9
jobs:
10
check-eol-newrelease:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: read
14
+ issues: write
15
steps:
16
- name: Check out code
17
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments