Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
allada committed Jul 27, 2024
1 parent 8354c53 commit 4a9c14d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ jobs:
job2:
runs-on: ubuntu-latest
needs: job1
permissions:
id-token: write
actions: read
pull-requests: read
steps:
- run: echo ${{ needs.job1.outputs.firstword }} ${{ needs.job1.outputs.secondword }}

0 comments on commit 4a9c14d

Please sign in to comment.