Skip to content

Commit

Permalink
Merge pull request #36 from shoo/fix_permissions
Browse files Browse the repository at this point in the history
Add permissions
  • Loading branch information
shoo authored Nov 30, 2022
2 parents ae22ed0 + cef4cf0 commit 0dd920d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@ jobs:
name: deploy-pages
needs: upload-codecov
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download generated pages
uses: actions/download-artifact@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ jobs:
name: deploy-pages
needs: [test-windows-x86-dmd-latest, test-windows-x86-ldc-latest, test-windows-x86_64-dmd-latest, test-windows-x86_64-ldc-latest, test-windows-x86_64-ldc-master, test-linux-x86-ldc-latest, test-linux-x86_64-dmd-latest, test-linux-x86_64-ldc-latest, test-linux-x86_64-dmd-master, test-osx-x86_64-dmd-latest, test-osx-x86_64-ldc-latest]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download generated pages
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 0dd920d

Please sign in to comment.