Skip to content

Commit

Permalink
remove logout step
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparrow0hawk authored Jun 10, 2022
1 parent e87db7c commit d418cbe
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/create-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,4 @@ jobs:
notification-summary: Hackpad created for ${{ steps.split.outputs._0 }} at ${{ steps.hackmd-create.outputs.hackmd_link }} ! 🎉
notification-color: 28a745

- name: logout to hackmd
shell: bash -l {0}
env:
HMD_API_ACCESS_TOKEN: ${{ secrets.HMD_API_ACCESS_TOKEN }}
run: |
hackmd-cli logout

0 comments on commit d418cbe

Please sign in to comment.