Skip to content

Commit

Permalink
ci: Add missing permissions so that dependabot can push images
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality committed Aug 2, 2022
1 parent 69d5862 commit cd1c02f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -81,6 +84,9 @@ jobs:
end2end:
needs: [build]
runs-on: ubuntu-20.04
permissions:
contents: read
packages: write
env:
KEYCLOAK_ROOT: "http://127.0.0.1:8080"
KEYCLOAK_REALM: "myrealm"
Expand Down

0 comments on commit cd1c02f

Please sign in to comment.