Skip to content

Commit 42bd1e5

Browse files
committed
changes
1 parent f6f03b9 commit 42bd1e5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/reusable.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ jobs:
1111
job2:
1212
runs-on: ubuntu-latest
1313
needs: job1
14+
permissions:
15+
id-token: write
16+
actions: read
17+
pull-requests: read
1418
steps:
1519
- run: echo ${{ needs.job1.outputs.firstword }} ${{ needs.job1.outputs.secondword }}

0 commit comments

Comments
 (0)