Skip to content

Commit 4f4c7bc

Browse files
committed
[hackathon24] update the token
this is primarily for the pantheon-systems version
1 parent def1619 commit 4f4c7bc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-notes.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ jobs:
1010
contents: read
1111

1212
steps:
13-
- name: (Debugging) Checkout Action Repository
14-
uses: actions/checkout@v4
15-
with:
16-
repository: pantheon-systems/action-release-notes
1713
- name: Generate release notes
1814
uses: pantheon-systems/action-release-notes@main
1915
with:
20-
github_token: ${{ secrets.token }}
16+
token: ${{ secrets.TOKEN }}
17+
github_token: ${{ secrets.TOKEN }}
2118
docs_repo: jazzsequence/documentation
2219
repo_name: Plugin Pipeline Example
2320
categories: wordpress,plugins

0 commit comments

Comments
 (0)