Add contents:read because of course we set to null permissions #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
permissions: {} | |
jobs: | |
ci: | |
name: CI | |
permissions: | |
pull-requests: read | |
contents: read | |
uses: creative-commoners/gha-ci/.github/workflows/ci.yml@pulls/1/dispatch-patch |