We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f326080 commit d70be2cCopy full SHA for d70be2c
.github/workflows/release.yml
@@ -9,13 +9,11 @@ on:
9
paths:
10
- '**/*.py'
11
- '**/*.sh'
12
- - Dockerfile
+ - Dockerfile*
13
- .pre-commit-hooks.yaml
14
# Ignore paths
15
- '!tests/**'
16
17
-permissions:
18
- contents: read
19
20
jobs:
21
release:
@@ -43,8 +41,4 @@ jobs:
43
41
extra_plugins: |
44
42
@semantic-release/[email protected]
45
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 }}
+ # No custom env needed; uses default GITHUB_TOKEN
0 commit comments