Unverified Commit 68871f5c authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

Add 'contents: write' permission to release workflow (#1142)

I suspect this will fix the git tagging issue reported in https://github.com/devcontainers/features/issues/1122
parent 302fecab
...@@ -11,6 +11,7 @@ jobs: ...@@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
packages: write packages: write
contents: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment