Skip to content

Commit

Permalink
Revert "Lagt til actions-permissions i workflows"
Browse files Browse the repository at this point in the history
This reverts commit 463d5c5.
  • Loading branch information
albrektsson committed Jun 27, 2023
1 parent 463d5c5 commit 53e99ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-master-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 53e99ba

Please sign in to comment.