We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4113a4e commit ed31fabCopy full SHA for ed31fab
1 file changed
.github/workflows/lunaria.yml
@@ -10,15 +10,15 @@ concurrency:
10
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}
11
cancel-in-progress: true
12
13
-# Allow this job to clone the repository and comment on the pull request
14
-permissions:
15
- contents: read
16
- pull-requests: write
+permissions: {}
17
18
jobs:
19
lunaria-overview:
20
name: 🌝 Generate Lunaria Overview
21
runs-on: ubuntu-24.04-arm
+ permissions:
+ contents: read
+ pull-requests: write # post Lunaria overview comments on pull requests
22
23
steps:
24
- name: Checkout
0 commit comments