Skip to content

Commit 725dda0

Browse files
Merge pull request #22 from input-output-hk/semantic-release-auth
ci: allow semantic-release to push changed files
2 parents 65f9aa4 + de0b426 commit 725dda0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
branches:
66
- main
77

8-
permissions:
9-
contents: write
10-
packages: write
11-
actions: read
12-
pull-requests: write
13-
148
concurrency:
159
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1610
cancel-in-progress: true
@@ -25,6 +19,7 @@ jobs:
2519
uses: actions/checkout@v4
2620
with:
2721
fetch-depth: 0
22+
persist-credentials: false
2823

2924
- name: Collect Workflow Telemetry
3025
uses: catchpoint/workflow-telemetry-action@v2

0 commit comments

Comments
 (0)