Skip to content

Commit 516f096

Browse files
Change the asset name
1 parent be9b19d commit 516f096

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
file: ${{ steps.attest.outputs.bundle-path }}
9090
tag: ${{ github.event.inputs.tag || github.ref }}
9191
overwrite: false
92-
file_glob: true
92+
asset_name: attestations.intoto.jsonl

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ repos:
4141
rev: v2.2.6
4242
hooks:
4343
- id: codespell
44+
# TODO: Use inline ignores, e.g. # codespell:ignore intoto
45+
# https://github.com/codespell-project/codespell/issues/3387
46+
args: [-L, intoto]
4447
additional_dependencies:
4548
- tomli
4649

0 commit comments

Comments
 (0)