Skip to content

Commit

Permalink
refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Sep 28, 2023
1 parent 60929ce commit 4525ad5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
name: Build
run-name: ${{ github.actor }} is testing out github actions
permissions:
contents: write
pages: write
contents: read
pages: read
id-token: write
repository-projects: write
actions: read
checks: read
deployments: read
issues: read
discussions: read
packages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read

on: [push, workflow_dispatch]
jobs:
Expand Down

0 comments on commit 4525ad5

Please sign in to comment.