Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk authored Sep 1, 2023
1 parent 34def63 commit 08fa55a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: Deploy app to dev and prod
on: push

permissions:
actions: read
contents: read
security-events: write
packages: write
id-token: write

jobs:
jar-app:
uses: navikt/teamsykmelding-github-actions-workflows/.github/workflows/jar-app.yaml@main
secrets: inherit
with:
app: syfosmmottak
app: syfosmmottak

0 comments on commit 08fa55a

Please sign in to comment.