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 65f9aa4 commit de0b426Copy full SHA for de0b426
.github/workflows/publish.yml
@@ -5,12 +5,6 @@ on:
5
branches:
6
- main
7
8
-permissions:
9
- contents: write
10
- packages: write
11
- actions: read
12
- pull-requests: write
13
-
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16
cancel-in-progress: true
@@ -25,6 +19,7 @@ jobs:
25
19
uses: actions/checkout@v4
26
20
with:
27
21
fetch-depth: 0
22
+ persist-credentials: false
28
23
29
24
- name: Collect Workflow Telemetry
30
uses: catchpoint/workflow-telemetry-action@v2
0 commit comments