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
+1
View File
@@ -22,6 +22,7 @@ on:
description: "How to link sqlcipher, one of 'system' | 'static'"
env:
SQLCIPHER_BUNDLED: ${{ inputs.sqlcipher == 'static' && '1' || '' }}
permissions: {} # No permissions required
jobs:
# We build the hak files on native infrastructure as matrix-seshat fails to cross-compile properly
# https://github.com/matrix-org/seshat/issues/135