Skip to content

Commit

Permalink
Merge pull request #107 from dasmeta/DMVP-5344-have-external-dns-subm…
Browse files Browse the repository at this point in the history
…odule

feat(DMVP-5344): allow semantic release job to push and create release/tags in github
  • Loading branch information
mrdntgrn authored Oct 8, 2024
2 parents 9c6ffa2 + 9ef4047 commit 1d581ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on: [pull_request, push]
jobs:
publish:
runs-on: ubuntu-latest
permissions: {}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
Expand All @@ -15,4 +16,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
continue-on-error: true

0 comments on commit 1d581ef

Please sign in to comment.