Skip to content

Commit 156e824

Browse files
committed
test
1 parent c03377e commit 156e824

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ on:
77
- master
88
pull_request: {}
99

10-
concurrency:
10+
concurrency:
1111
group: ${{ format('{0}/{1}', github.repository_owner, github.ref) }}
1212
cancel-in-progress: true
1313

1414
permissions:
15+
contents: read
1516
packages: write
17+
attestations: write
18+
id-token: write
1619

1720
jobs:
1821
lint:

0 commit comments

Comments
 (0)