fix: update core dns project setter name (#919) #258
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
# Set permissions to be read only | |
permissions: read-all | |
name: release-please | |
jobs: | |
release-please: | |
# Set permissions according to example action https://github.com/google-github-actions/release-please-action | |
permissions: | |
contents: write | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: google-github-actions/release-please-action@v3 | |
with: | |
command: manifest | |
package-name: release-please-action | |
token: ${{secrets.PUBSECBOTTOKEN}} | |
signoff: "Name <[email protected]>" |