Skip to content

Commit

Permalink
Merge pull request php#1 from asgrim/docs-enhancement-for-release-wor…
Browse files Browse the repository at this point in the history
…kflow

Add comment about permissions for release workflows
  • Loading branch information
shivammathur authored Apr 10, 2024
2 parents fd19682 + bbad568 commit 316c016
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ on:
types: [published]
# create: # Uncomment this to run on tag/branch creation
# pull_request: # Uncomment this to run on pull requests
# This may be needed to be able to upload the assets to the release
# See: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
#permissions:
# contents: write
jobs:
get-extension-matrix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 316c016

Please sign in to comment.