Skip to content

chore(deps): update dependency supertest to v6.3.4 (#151) #26

chore(deps): update dependency supertest to v6.3.4 (#151)

chore(deps): update dependency supertest to v6.3.4 (#151) #26

Workflow file for this run

name: GH-Page
on:
push:
tags:
- '*'
jobs:
refresh:
runs-on: ubuntu-latest
steps:
- name: Trigger GitHub pages rebuild
run: |
echo "Repository: $REPOSITORY"
curl --fail \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: token $REFRESH_TOKEN" https://api.github.com/repos/${{ github.repository }}/pages/builds
env:
REPOSITORY: ${{ github.repository }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}