Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
change secret token string
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyscout committed May 17, 2022
1 parent 4176f58 commit fd99d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
with:
workflow: KiBot
token: ${{ secrets.PERSONAL_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: PlatformIO
uses: benc-uk/workflow-dispatch@v1
with:
workflow: PlatformIO
token: ${{ secrets.PERSONAL_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit fd99d7f

Please sign in to comment.