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 05e9b1c commit 1d5cb63Copy full SHA for 1d5cb63
.github/workflows/_test.yml
@@ -1,5 +1,8 @@
1
name: test
2
3
+permissions:
4
+ contents: read
5
+
6
on:
7
workflow_call:
8
inputs:
.github/workflows/ci.yml
@@ -1,6 +1,9 @@
---
name: Run CI Tests
push:
9
branches: [ main ]
.github/workflows/release.yml
@@ -25,6 +25,8 @@ env:
25
26
jobs:
27
build:
28
+ permissions:
29
30
if: github.ref == 'refs/heads/main' || inputs.dangerous-nonmain-release
31
environment: Scheduled testing
32
runs-on: ubuntu-latest
0 commit comments