Skip to content

Commit 0ea6536

Browse files
author
Val Brodsky
committed
Testing
1 parent 3fd7aaa commit 0ea6536

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ permissions:
2424

2525
jobs:
2626
build-lbox:
27+
permissions:
28+
actions: read
29+
contents: write
30+
id-token: write # Needed to access the workflow's OIDC identity.
2731
uses: ./.github/workflows/lbox-publish.yml
2832
with:
2933
tag: ${{ inputs.tag }}
3034
build:
35+
needs: ['build-lbox']
3136
runs-on: ubuntu-latest
3237
outputs:
3338
hashes: ${{ steps.hash.outputs.hashes }}

0 commit comments

Comments
 (0)