Skip to content

Commit

Permalink
feat(18-reusable-workflows): add token with read access to e2e repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lauromueller committed Dec 25, 2023
1 parent a7b6161 commit c7c9228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/18-3-reusable-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ jobs:
with:
target-directory: dummmy-dir
e2e-tests:
uses: udemy-lauromueller/github-actions-course-example-e2e/.github/workflows/e2e.yaml@main
uses: udemy-lauromueller/github-actions-course-example-e2e/.github/workflows/e2e.yaml@main
secrets:
access-token: ${{ secrets.GH_TOKEN }}

0 comments on commit c7c9228

Please sign in to comment.