From 6a9ef7d538d3411c3b4db83ddc50638ae0ea175e Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:51:41 +0000 Subject: [PATCH] Update releaseArtifacts.yml --- .github/workflows/releaseArtifacts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/releaseArtifacts.yml b/.github/workflows/releaseArtifacts.yml index f57aacd4..9514ec36 100644 --- a/.github/workflows/releaseArtifacts.yml +++ b/.github/workflows/releaseArtifacts.yml @@ -3,7 +3,9 @@ name: Release Artifacts on: release: types: [created] - +permissions: + contents: read + packages: write jobs: push: runs-on: ubuntu-latest