mnaoumov_obsidian-backlink-.../.github/workflows/attest-release-assets.yml
Michael Naumov e63ca64041 refactor: migrate to @obsidian-typings/obsidian-public-latest
- Replace obsidian-typings with @obsidian-typings/obsidian-public-latest
- Update vitest config: replace ssr.noExternal with server.deps.inline
- Add DOM.Iterable to tsconfig lib
- Remove obsolete overrides (@antfu/utils, boolean, dompurify)
- Upgrade dependencies via npm-check-updates
2026-05-16 23:55:19 -06:00

24 lines
527 B
YAML

name: Attest Release Assets
on:
release:
types: [published]
permissions:
id-token: write
contents: read
attestations: write
jobs:
attest:
runs-on: ubuntu-latest
steps:
- name: Download release assets
env:
GH_TOKEN: ${{ github.token }}
run: gh release download "${{ github.event.release.tag_name }}" --repo "${{ github.repository }}" --dir assets
- name: Generate artifact attestation
uses: actions/attest@v4
with:
subject-path: assets/*