Skip to content

ci: try with removed view token #11

ci: try with removed view token

ci: try with removed view token #11

Workflow file for this run

name: Run /test/
on:
pull_request:
branches: ['main']
push:
branches: ['main']
release:
types: [prereleased, published]
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: inflated-goboscript/gstest@v0.1.3
with:
build: true
token: ${{ secrets.GH_VIEW_TOKEN }}