Skip to content

Commit

Permalink
ci: update db name, reduce perms
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs committed Feb 2, 2025
1 parent f5cd5ae commit 9b137d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
workflow_dispatch:

permissions: write-all

jobs:
build_db:
runs-on: ubuntu-latest
Expand All @@ -18,4 +16,4 @@ jobs:
- name: Build Custom Database for MiSTer Downloader
uses: diegofigs/MiSTer-build-db@v1
with:
db-name: "remote-game-gallery"
db-name: "remote_game_gallery"

0 comments on commit 9b137d4

Please sign in to comment.