Skip to content

Commit

Permalink
Merge pull request #282 from ral-facilities/bugfix/releases-permissions
Browse files Browse the repository at this point in the history
Fix Automated Releases
  • Loading branch information
MRichards99 authored Nov 3, 2021
2 parents a24b330 + fd76315 commit 12d3fc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.ADMIN_PAT }}

- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.ADMIN_PAT }}

0 comments on commit 12d3fc9

Please sign in to comment.