Skip to content

Commit aa86677

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,17 @@ 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 }}
35+
secrets: inherit
3036
build:
37+
needs: ['build-lbox']
3138
runs-on: ubuntu-latest
3239
outputs:
3340
hashes: ${{ steps.hash.outputs.hashes }}

0 commit comments

Comments
 (0)