Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Dec 10, 2024
1 parent 31e83ec commit d6867a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-pr-e2e-build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ env:
jobs:
tests-e2e:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -41,7 +44,6 @@ jobs:
- name: Bake Docker images
uses: depot/bake-action@v1
with:
project: qxmcmqzhnd
workdir: .
files: |
tests/e2e_tests/docker-compose-e2e-mysql.yml
Expand Down

0 comments on commit d6867a4

Please sign in to comment.