From 309f6916d01b4da7c150f364db7f047ca146bb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20K=C3=B6hler?= <77496890+aromko@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:37:53 +0100 Subject: [PATCH] [DST-150]: add permissions to provenance generation (#3698) * [DST-150]: add permissions to provenance generation * Create curly-onions-fold.md --- .changeset/curly-onions-fold.md | 5 +++++ .github/workflows/release.yml | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .changeset/curly-onions-fold.md diff --git a/.changeset/curly-onions-fold.md b/.changeset/curly-onions-fold.md new file mode 100644 index 0000000000..0b8683d502 --- /dev/null +++ b/.changeset/curly-onions-fold.md @@ -0,0 +1,5 @@ +--- + +--- + +[DST-150]: add permissions to provenance generation diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 808b6fb606..aec2c50870 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,9 @@ jobs: release: name: Release runs-on: ubuntu-latest + permissions: + id-token: write + contents: write steps: # Setup - uses: actions/checkout@v4