Skip to content

Commit

Permalink
Updated Github deploy job to allow writing to packages (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Sznol authored Apr 3, 2023
1 parent 28777ed commit c9a9130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
permissions:
contents: read
id-token: write
packages: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit c9a9130

Please sign in to comment.