This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Fixed several issues #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Restart ptero server | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
restart: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: supercrafter100/[email protected] | |
with: | |
PTE_PANEL_URL: 'https://pte.classydev.fr' | |
PTE_BEARER_TOKEN: ${{ secrets.PTE_BEARER_TOKEN }} | |
PTE_PANEL_ID: ${{ secrets.PTE_PANEL_ID }} |