Skip to content

Commit d70be2c

Browse files
chore(ci): Fix release workflow (#2)
1 parent f326080 commit d70be2c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ on:
99
paths:
1010
- '**/*.py'
1111
- '**/*.sh'
12-
- Dockerfile
12+
- Dockerfile*
1313
- .pre-commit-hooks.yaml
1414
# Ignore paths
1515
- '!tests/**'
1616

17-
permissions:
18-
contents: read
1917

2018
jobs:
2119
release:
@@ -43,8 +41,4 @@ jobs:
4341
extra_plugins: |
4442
@semantic-release/[email protected]
4543
@semantic-release/[email protected]
46-
env:
47-
# Custom token for triggering Docker image build GH Workflow on release
48-
# created by cycjimmy/semantic-release-action. Events created by
49-
# workflows with default GITHUB_TOKEN not trigger other GH Workflow.
50-
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
44+
# No custom env needed; uses default GITHUB_TOKEN

0 commit comments

Comments
 (0)