summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-nightly.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release-nightly.yml')
-rw-r--r--.github/workflows/release-nightly.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml
index f459a3a..b536c50 100644
--- a/.github/workflows/release-nightly.yml
+++ b/.github/workflows/release-nightly.yml
@@ -37,6 +37,7 @@ jobs:
source: nightly
permissions:
contents: write
- packages: write
+ packages: write # For package cache
+ actions: write # For cleaning up cache
id-token: write # mandatory for trusted publishing
secrets: inherit