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:
runs-on: ubuntu-latest
permissions:
packages: write
contents: write
steps:
- uses: actions/checkout@v4
......@@ -20,4 +21,4 @@ jobs:
publish-features: "true"
base-path-to-features: "./src"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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