Skip to content

Commit 1eefd87

Browse files
authored
Attest を追加
1 parent df2f88f commit 1eefd87

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: write
25+
id-token: write
26+
attestations: write
2527
steps:
2628

2729
- name: Checkout
@@ -86,6 +88,11 @@ jobs:
8688
cp -f app/build/outputs/bundle/debug/app-debug.aab ${{ env.repo }}-${{ env.version }}@${{ env.commit }}.aab
8789
fi
8890
91+
- name: Attest
92+
uses: actions/attest-build-provenance@v1
93+
with:
94+
subject-path: ${{ env.repo }}-${{ env.version }}*.a*
95+
8996
- name: Upload APK
9097
uses: actions/upload-artifact@v4
9198
with:

0 commit comments

Comments
 (0)