chore: declare workflow permissions as read-only (#8029)

This commit is contained in:
Alex Rudenko 2022-02-15 15:50:51 +01:00 committed by GitHub
parent 23d8dbbcbc
commit 5cf6f5f6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
name: run-checks
# Declare default permissions as read only.
permissions: read-all
on:
push:
branches:

View File

@ -1,5 +1,8 @@
name: publish-on-tag
# Declare default permissions as read only.
permissions: read-all
on:
push:
tags: