Skip to content

Commit

Permalink
Use access token in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stellabelin committed Nov 7, 2023
1 parent 1f28dbd commit 470d75d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:

name: Deploy pharmr

permissions:
contents: write

jobs:
check-pharmr:
uses: pharmpy/pharmr/.github/workflows/main.yaml@main
Expand Down Expand Up @@ -65,5 +62,5 @@ jobs:
echo "push tags"
git push --tags https://$USERNAME:[email protected]/pharmpy/pharmr.git
env:
REPO_KEY: ${{secrets.GITHUB_TOKEN}}
REPO_KEY: ${{secrets.ACCESS_TOKEN}}
USERNAME: github-actions[bot]

0 comments on commit 470d75d

Please sign in to comment.