Skip to content

Commit fed21b0

Browse files
authored
Fix specification builds (#281)
Since the last release the GitHub Actions environment has changed such that we now must explicitly grant permissions to actions in order to make a release. Signed-off-by: Joshua Lock <joshua.lock@uk.verizon.com>
1 parent be8aa73 commit fed21b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
make-release:
99
name: Make and publish spec release
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write # required to publish (tag) a release
1113
steps:
1214
- name: Clone main
1315
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

0 commit comments

Comments
 (0)