Tighten GITHUB_TOKEN permissions (#2001)

This commit is contained in:
Michael Telatynski
2024-11-22 10:18:33 +00:00
committed by GitHub
parent bba1fa6d46
commit 1b8ee30693
19 changed files with 38 additions and 0 deletions
+3
View File
@@ -41,11 +41,14 @@ on:
deploy:
description: "The relative path to the config file for this run"
value: ${{ inputs.deploy }}
permissions: {}
jobs:
prepare:
name: Prepare
environment: ${{ inputs.nightly && 'packages.element.io' || '' }}
runs-on: ubuntu-24.04
permissions:
contents: read
outputs:
nightly-version: ${{ steps.versions.outputs.nightly }}
steps: