Skip to content

Commit

Permalink
Merge pull request #139 from OpenGeoMetadata/actions-build
Browse files Browse the repository at this point in the history
Update GitHub Actions build permissions
  • Loading branch information
cbeer authored Feb 20, 2024
2 parents 33aea99 + 0a5ca58 commit c7465ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:
jobs:
update:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- run: git checkout -b data-updates
Expand All @@ -21,9 +24,10 @@ jobs:
- run: bundle exec rake
env:
STACKS_TOKEN: ${{ secrets.STACKS_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Update Stanford data dump'
commit_author: 'GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>'
branch: data-updates
push_options: '--force'
- name: pull-request
Expand Down

0 comments on commit c7465ba

Please sign in to comment.