Skip to content

fix(CI): move zizmor suppression inline in Update-Index.yml #5511

fix(CI): move zizmor suppression inline in Update-Index.yml

fix(CI): move zizmor suppression inline in Update-Index.yml #5511

Workflow file for this run

name: Update index
on:
workflow_dispatch:
push:
schedule:
- cron: '0 * * * *'
permissions: {}
jobs:
update_index:
name: Update index
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Update index
uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
with:
ClientID: ${{ secrets.SCRIBBLER_BOT_CLIENT_ID }} # zizmor: ignore[secrets-outside-env]
PrivateKey: ${{ secrets.SCRIBBLER_BOT_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
Script: .github/scripts/Update-Index.ps1