mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: declare workflow permissions as read-only (#8029)
This commit is contained in:
parent
23d8dbbcbc
commit
5cf6f5f6cb
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: run-checks
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
3
.github/workflows/publish-on-tag.yml
vendored
3
.github/workflows/publish-on-tag.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: publish-on-tag
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user