diff options
author | Miguel Mota <hello@miguelmota.com> | 2022-03-18 22:29:20 -0700 |
---|---|---|
committer | Miguel Mota <hello@miguelmota.com> | 2022-03-18 22:29:20 -0700 |
commit | 453c35c8d3b66e5f06dff5426751d8cb85437748 (patch) | |
tree | c376ed499ee7d80a24f10498e82bf58424347f57 | |
parent | 7de02c24917929c81a9c4767efec02b9a4771781 (diff) | |
parent | f2380d80bedcdb9ed91cf8dcedc02957b6f8c500 (diff) |
Merge branch 'patch-1' of https://github.com/arjundashrath/cointop into 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: |