Merge pull request #101 from github/gracepark-update-actions

Adding correct permissions for actions maintenance
This commit is contained in:
Keith Cirkel 2024-10-23 17:24:05 +01:00 коммит произвёл GitHub
Родитель 5c6e9aed99 07ac37531a
Коммит ad931d9d02
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 0 удалений

4
.github/workflows/nodejs.yml поставляемый
Просмотреть файл

@ -1,6 +1,10 @@
name: Node CI
on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest

1
.github/workflows/publish.yml поставляемый
Просмотреть файл

@ -5,6 +5,7 @@ on:
types: [created]
permissions:
contents: read
id-token: write
jobs: