diff options
author | Miguel Mota <hello@miguelmota.com> | 2022-03-18 22:29:26 -0700 |
---|---|---|
committer | Miguel Mota <hello@miguelmota.com> | 2022-03-18 22:29:26 -0700 |
commit | 4e5aa665efd814968e692fb154eb04bed60101b8 (patch) | |
tree | c376ed499ee7d80a24f10498e82bf58424347f57 | |
parent | 7de02c24917929c81a9c4767efec02b9a4771781 (diff) | |
parent | 453c35c8d3b66e5f06dff5426751d8cb85437748 (diff) |
Merge branch 'arjundashrath-patch-1'
-rw-r--r-- | .github/workflows/go.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 08d4d24..6c10d8a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ master ] +permissions: + contents: read + jobs: build: |