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
...@@ -20,4 +21,4 @@ jobs: ...@@ -20,4 +21,4 @@ jobs:
publish-features: "true" publish-features: "true"
base-path-to-features: "./src" base-path-to-features: "./src"
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
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