https://github.com/debbl/auto-accessor
https://github.com/debbl/auto-accessor
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/debbl/auto-accessor
- Owner: Debbl
- Created: 2023-04-14T05:21:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T20:57:17.000Z (over 1 year ago)
- Last Synced: 2025-01-24T22:41:43.766Z (over 1 year ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auth Accessor
```yml
name: Accessor
on:
workflow_dispatch:
jobs:
accessor-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
uses: ./
with:
url: "https://bili-track.vercel.app/api/get-data"
```