Skip to content

Commit

Permalink
Just mirror the settings from the example for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tomouchuu committed Nov 3, 2023
1 parent 1d5ba2c commit 23e3367
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ on:
push:
branches:
- main
pull_request: {}

permissions:
actions: write
contents: read

env:
CI: true

permissions: write-all

jobs:
create-release-pr:
name: Create release pr
Expand Down Expand Up @@ -49,7 +52,6 @@ jobs:
build-frontend:
name: Build frontend
runs-on: ubuntu-latest
if:
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -159,7 +161,6 @@ jobs:
build-backend:
name: Build backend
runs-on: ubuntu-latest
if:
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 23e3367

Please sign in to comment.