ci(build): Set permissions for workflow

pull/3044/head
Timothy Messier 3 years ago
parent e4fbc0281a
commit 1806151392
No known key found for this signature in database
GPG Key ID: EFD2F184F7600572

@ -8,6 +8,10 @@ on:
env:
PKG_NAME: "boundary"
permissions:
contents: read
actions: write
jobs:
set-product-version:
runs-on: ${{ fromJSON(vars.BUILDER_LINUX) }}

Loading…
Cancel
Save