mirror of
https://github.com/fosrl/newt.git
synced 2026-09-20 04:49:07 +02:00
fix(github-actions): add permissions section for content read access in workflows
Former-commit-id: 1a9f6c46852e28c319fbaf1170757bb6169eec4f
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: CI/CD Pipeline
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
name: Run Tests
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user