Skip to content

Commit

Permalink
workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
n-for-all committed Nov 8, 2024
1 parent cb68075 commit 4bd6917
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
#
# Github does offer other platforms if you need them: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
runs-on: ubuntu-latest

permissions:
contents: write
pull-requests: write
repository-projects: write

# Every job has a specific set of steps that it goes through to do its "work".
#
# Each step has a two key elements:
Expand Down

0 comments on commit 4bd6917

Please sign in to comment.