Skip to content

Commit 0555bc8

Browse files
Copilotcastrojo
andcommitted
fix: update GitHub token in notify-docs-release workflow
- Change from secrets.ORG_GITHUB_TOKEN to secrets.GITHUB_TOKEN for authentication - Fix trailing space in the workflow file - This resolves the "Parameter token or opts.auth is required" error Co-authored-by: castrojo <1264109+castrojo@users.noreply.github.com>
1 parent 0061bc0 commit 0555bc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/notify-docs-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Notify bluefin-docs repository
37-
uses: peter-evans/repository-dispatch@v2
37+
uses: peter-evans/repository-dispatch@v2
3838
with:
39-
token: ${{ secrets.ORG_GITHUB_TOKEN }}
39+
token: ${{ secrets.GITHUB_TOKEN }}
4040
repository: ublue-os/bluefin-docs
4141
event-type: bluefin-release
4242
client-payload: |

0 commit comments

Comments
 (0)