Skip to content

Commit

Permalink
Merge pull request equinor#1845 from steinsiv/WE-817
Browse files Browse the repository at this point in the history
WE-817 remove permissions from workflows
  • Loading branch information
steinsiv committed Apr 27, 2023
2 parents ec56d5a + ac56c7b commit 05072e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- 'Src/WitsmlExplorer.Console/**'
- 'Tests/**'

permissions: {}

jobs:
backend:
name: Build and Test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths:
- 'Src/WitsmlExplorer.Frontend/**'

permissions: {}

jobs:
frontend:
name: Build and Test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dispatch_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
workflow_dispatch:

permissions: {}

jobs:
notify:
if: github.repository_owner == 'equinor'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dispatch_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
tags:
- 'rips-wex*'

permissions: {}

jobs:
fetchtag:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 05072e5

Please sign in to comment.