Skip to content

Commit

Permalink
Merge pull request #167 from navikt/bugfix/release-flow
Browse files Browse the repository at this point in the history
Fiks permissions for release
  • Loading branch information
routsi authored Feb 19, 2024
2 parents 447981f + 63efbf2 commit 0b5f470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releaseGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
release:
name: Create Release
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 0b5f470

Please sign in to comment.