Skip to content

Commit

Permalink
saddas
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral committed Jan 6, 2024
1 parent 3cc8896 commit 65eafc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/job2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:

jobs:
call-workflow:
uses: alankritdabral/tailcall/.github/workflows/job1.yml@main
uses: alankritdabral/tailcall/.github/workflows/job1.yml

call-workflow-passing-data:
permissions:
contents: read
pull-requests: write
uses: alankritdabral/tailcall/.github/workflows/job2.yml@main
uses: alankritdabral/tailcall/.github/workflows/job2.yml
with:
config-path: .github/labeler.yml
secrets:
Expand Down

0 comments on commit 65eafc0

Please sign in to comment.