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 def1619 commit 4f4c7bcCopy full SHA for 4f4c7bc
.github/workflows/release-notes.yml
@@ -10,14 +10,11 @@ jobs:
10
contents: read
11
12
steps:
13
- - name: (Debugging) Checkout Action Repository
14
- uses: actions/checkout@v4
15
- with:
16
- repository: pantheon-systems/action-release-notes
17
- name: Generate release notes
18
uses: pantheon-systems/action-release-notes@main
19
with:
20
- github_token: ${{ secrets.token }}
+ token: ${{ secrets.TOKEN }}
+ github_token: ${{ secrets.TOKEN }}
21
docs_repo: jazzsequence/documentation
22
repo_name: Plugin Pipeline Example
23
categories: wordpress,plugins
0 commit comments