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 13c0743 commit 91ca583Copy full SHA for 91ca583
README.md
@@ -51,7 +51,10 @@ jobs:
51
52
### `token`
53
54
-**Optional** Access token to the repository. If not set, the action will use the default GitHub Actions token at runtime.
+**Optional** Access token to the repository.
55
+
56
+| Default value | `${{ github.token }}` |
57
+| ------------- | --------------------- |
58
59
### `subject_pattern`
60
action.yaml
@@ -14,7 +14,7 @@ inputs:
14
default: "true"
15
token:
16
required: false
17
- description: Access token to the repository. If not set, the action will use the default GitHub Actions token at runtime.
+ description: Access token to the repository.
18
default: ${{ github.token }}
19
subject_pattern:
20
0 commit comments