We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11d49a commit b92d2d8Copy full SHA for b92d2d8
1 file changed
.github/workflows/release.yml
@@ -9,6 +9,9 @@ on:
9
# Tuesdays at 14:45 UTC (10:45 EST)
10
- cron: 45 14 * * 1
11
12
+permissions:
13
+ contents: read
14
+
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.ref }}
17
cancel-in-progress: true
0 commit comments