Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add github wo…
Browse files Browse the repository at this point in the history
…rkflow for deploying top list
  • Loading branch information
bas080 committed Jun 18, 2024
1 parent 2636148 commit f36ed10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Build and Deploy TopList

permissions:
contents: write

on:
push:
branches:
Expand Down Expand Up @@ -38,3 +35,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
permissions:
contents: write # Apply permissions only to the deployment job

0 comments on commit f36ed10

Please sign in to comment.