Skip to content

Commit

Permalink
Allow CI/CD workflow to create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubro committed Apr 15, 2023
1 parent 76b3bae commit dd4848d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI/CD

on: push

permissions:
contents: write

jobs:
test:
name: Check
Expand Down

0 comments on commit dd4848d

Please sign in to comment.