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 8c84d84 commit 1786a02Copy full SHA for 1786a02
.github/workflows/build-and-test.yaml
@@ -18,6 +18,9 @@ env:
18
GITHUB_TOKEN: ${{ secrets.EC2_BOT_GITHUB_TOKEN }}
19
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
20
21
+permissions:
22
+ contents: read
23
+
24
jobs:
25
fastTests:
26
name: Fast Test
.github/workflows/stale.yml
@@ -4,6 +4,10 @@ on:
4
schedule:
5
- cron: "0 17 * * *" # Runs every day at 12:00PM CST
6
7
8
+ issues: write
9
+ pull-requests: write
10
11
12
stale:
13
runs-on: ubuntu-24.04
0 commit comments