We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f15580 commit cb20c3fCopy full SHA for cb20c3f
2 files changed
.github/workflows/check-tag.yml
@@ -5,9 +5,13 @@ on:
5
tags:
6
- "*"
7
8
+permissions: {}
9
+
10
jobs:
11
check:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: read
15
steps:
16
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17
- name: Run checks
.github/workflows/check.yml
@@ -6,9 +6,13 @@ on:
branches:
- main
test:
18
# No caching as we're expected to run rarely
0 commit comments