Skip to content

Commit

Permalink
Fix specification builds (#281)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
joshuagl authored May 16, 2023
1 parent be8aa73 commit fed21b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
make-release:
name: Make and publish spec release
runs-on: ubuntu-latest
permissions:
contents: write # required to publish (tag) a release
steps:
- name: Clone main
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
Expand Down

0 comments on commit fed21b0

Please sign in to comment.