Skip to content

Commit

Permalink
GitHub Pages job permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Feb 7, 2024
1 parent 3fa600e commit 49173e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ jobs:
e2e-tests:
runs-on: ubuntu-latest

permissions:
pages: write
id-token: write
actions: read

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -37,7 +42,7 @@ jobs:
run: curl -v http://localhost:8063

- name: Run E2E tests
run: BASE_URL=localhost:8063 CI=true yarn --cwd e2e_testing test
run: BASE_URL=http://localhost:8063 CI=true yarn --cwd e2e_testing test

- name: Setup Pages
if: always()
Expand Down

0 comments on commit 49173e7

Please sign in to comment.