Skip to content

Commit

Permalink
Update Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed May 17, 2024
1 parent 2c1dd2e commit 9183b91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@ jobs:
name: Deploy Next.js site to GitHub Pages
needs: buildandtest
uses: StanfordBDHG/.github/.github/workflows/nextjs-github-pages.yml@v2
environment: github-pages
permissions:
contents: read
pages: write
id-token: write
dockerimage:
name: Docker Build and Push
uses: StanfordBDHG/.github/.github/workflows/docker-build-and-push.yml@v2
environment: package
uses: StanfordBDHG/.github/.github/workflows/docker-build-and-push.yml@codeql
with:
imageName: stanfordbdhg/nextjstemplate
environment: package
permissions:
contents: read
packages: write

0 comments on commit 9183b91

Please sign in to comment.