mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
chore: Update permissions
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -12,9 +12,11 @@ permissions: # added using https://github.com/step-security/secure-repo
|
||||
|
||||
jobs:
|
||||
release:
|
||||
if: github.repository == 'sveltejs/kit'
|
||||
permissions:
|
||||
contents: write # for changesets/action to push to the repo
|
||||
pull-requests: write # for changesets/action to create PRs
|
||||
contents: write # to create release (changesets/action)
|
||||
id-token: write # OpenID Connect token needed for provenance
|
||||
pull-requests: write # to create pull request (changesets/action)
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user