Skip to content

Commit

Permalink
Update permissions in build.yml (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored Jan 8, 2024
1 parent aa3d35c commit 5ae0651
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ on:
types:
- published

permissions:
contents: write

jobs:
build:

runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -50,7 +53,7 @@ jobs:

- name: Upload CI VSIX
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mono-debug-${{ github.sha }}.vsix
path: ${{ steps.vsix_name.outputs.filename }}
Expand Down

0 comments on commit 5ae0651

Please sign in to comment.