mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-04 22:24:22 +01:00
22 lines
475 B
YAML
22 lines
475 B
YAML
name: Run Pinact
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
|
|
jobs:
|
|
pinact:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v5.0.0
|
|
with:
|
|
persist-credentials: false
|
|
|
|
- name: Pin actions
|
|
uses: suzuki-shunsuke/pinact-action@d735505f3decf76fca3fdbb4c952e5b3eba0ffdd # v0.1.2
|
|
with:
|
|
app_id: ${{secrets.APP_ID}}
|
|
app_private_key: ${{secrets.APP_PRIVATE_KEY}}
|