Skip to content

Commit

Permalink
enable permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
praxxus11 committed Aug 4, 2024
1 parent 90aa187 commit 12e16e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@ env:
jobs:
detect-changes:
runs-on: ubuntu-20.04
permissions:
pull-requests: read
outputs:
gateway: ${{ steps.paths_filter.outputs.gateway }}
nginx: ${{ steps.paths_filter.outputs.nginx }}
steps:
- name: Check out repo.
uses: actions/checkout@v4
- name: Execute paths filter.
uses: dorny/paths-filter@v3
id: paths_filter
Expand Down

0 comments on commit 12e16e7

Please sign in to comment.