Skip to content

Commit

Permalink
Fix permissions on GH packages push
Browse files Browse the repository at this point in the history
  • Loading branch information
camearle20 committed Mar 7, 2024
1 parent f917e74 commit 5774ee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
pull_request:

concurrency:
group: vts
group: ${{ github.workflow }}-${{ github.ref }}

permissions:
packages: write

jobs:
build:
Expand Down

0 comments on commit 5774ee3

Please sign in to comment.