Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gbhrdt committed Jul 15, 2024
1 parent 3f9b7a9 commit a4fc56e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ on:
push:
branches:
- master
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout SDK
uses: actions/checkout@v3
Expand Down

0 comments on commit a4fc56e

Please sign in to comment.