Skip to content

Commit

Permalink
specify permissions in job definition
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Jan 24, 2024
1 parent ca78028 commit b2bc2ae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automatus-cs8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
validate-ubuntu:
name: Run Tests
needs: build-content
permissions:
actions: write
runs-on: ubuntu-20.04
steps:
- name: Install Deps
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/automatus-cs9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
validate-ubuntu:
name: Run Tests
needs: build-content
permissions:
actions: write
runs-on: ubuntu-20.04
steps:
- name: Install Deps
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/automatus-sle15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
validate-ubuntu:
name: Run Tests
needs: build-content
permissions:
actions: write
runs-on: ubuntu-20.04
steps:
- name: Install Deps
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/automatus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
validate-ubuntu:
name: Run Tests
needs: build-content
permissions:
actions: write
runs-on: ubuntu-20.04
steps:
- name: Install Deps
Expand Down

0 comments on commit b2bc2ae

Please sign in to comment.