Skip to content

Commit

Permalink
grant github actions correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew George authored and Andrew George committed Oct 1, 2023
1 parent 818d9c3 commit ef672f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release Obsidian plugin

permissions:
contents: write
packages: write

on:
push:
tags:
Expand Down

0 comments on commit ef672f0

Please sign in to comment.