Skip to content

Commit

Permalink
added permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascrha committed Sep 15, 2023
1 parent 5a7c61c commit b6c8317
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
tags:
- v**

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

jobs:
resume-pipeline:
runs-on: ubuntu-latest
Expand All @@ -20,15 +25,12 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
with:
folder: output

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./html/


- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
Expand Down

0 comments on commit b6c8317

Please sign in to comment.