mirror of
https://github.com/fosrl/newt.git
synced 2026-08-24 23:23:26 -05:00
fix(gh-actions): Workflow does not contain permissions
Former-commit-id: aff928e60f
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