Skip to content

Commit

Permalink
Add missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jan 7, 2024
1 parent a1494c4 commit 8ea577e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI
on:
workflow_dispatch:
pull_request:
branches: ["main"]
branches: [ "main" ]
push:
branches: ["main"]
branches: [ "main" ]

jobs:
build:
Expand Down Expand Up @@ -35,6 +35,10 @@ jobs:
needs: build
runs-on: ubuntu-latest

permissions:
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 8ea577e

Please sign in to comment.