Skip to content

Commit

Permalink
Add permissions keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Apr 2, 2023
1 parent d1604f3 commit 4ea11ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
types:
- "published"

permissions: {}

jobs:
release:
name: "Release"
runs-on: "ubuntu-latest"
permissions:
contents: write
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v3.5.0"
Expand Down

0 comments on commit 4ea11ea

Please sign in to comment.