build: harden create-packages.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>pull/3597/head
parent
8514658262
commit
6b0985a690
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches: [ master ]
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
package:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue