Skip to content

Commit 016f4d7

Browse files
author
Val Brodsky
committed
Testing
1 parent 3fd7aaa commit 016f4d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,16 @@ 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.
31+
packages: write
2732
uses: ./.github/workflows/lbox-publish.yml
2833
with:
2934
tag: ${{ inputs.tag }}
3035
build:
36+
needs: ['build-lbox']
3137
runs-on: ubuntu-latest
3238
outputs:
3339
hashes: ${{ steps.hash.outputs.hashes }}

0 commit comments

Comments
 (0)