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 1386137 commit 82a5be2Copy full SHA for 82a5be2
.github/workflows/check.yml
@@ -6,6 +6,9 @@ on:
6
- '**'
7
workflow_call:
8
9
+permissions:
10
+ contents: write
11
+
12
concurrency:
13
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
14
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
.github/workflows/publish.yml
@@ -5,6 +5,9 @@ on:
5
tags:
- 'v*'
jobs:
check:
uses: ./.github/workflows/check.yml
0 commit comments