mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-25 01:04:21 +01:00
ci: add Pinact workflow for action version management
This commit is contained in:
21
.github/workflows/pinact.yml
vendored
Normal file
21
.github/workflows/pinact.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
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}}
|
||||
Reference in New Issue
Block a user