Skip to content

Commit

Permalink
work on build for parse
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Sep 4, 2023
1 parent 3584ae1 commit 6c50525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions: read-all

jobs:
build:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand Down Expand Up @@ -52,6 +53,6 @@ jobs:
- name: commit
run: |
# Stage the file, commit and push
git add -A
git add *-members.json
git commit -m "updated resources"
git push origin master

0 comments on commit 6c50525

Please sign in to comment.