From a7af17e91b376ff299bde290b8964bf69f059ab6 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Mon, 17 Aug 2026 17:02:53 +0900 Subject: [PATCH] ci: grant artifact metadata permission to release workflow Pass artifact-metadata: write to the reusable Docker publish workflow. Regression from: https://github.com/discordjs-japan/om/commit/8255755c2d37c10262c8dbfee9e8f1b42aaf8869 Related PR: https://github.com/discordjs-japan/om/pull/1346 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d89b0a1..4125191d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: packages: write id-token: write attestations: write + artifact-metadata: write uses: ./.github/workflows/docker-publish.yml with: tag-name: ${{ needs.release-please.outputs.tag_name }}