-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f28dbd
commit 470d75d
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,6 @@ on: | |
|
||
name: Deploy pharmr | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
check-pharmr: | ||
uses: pharmpy/pharmr/.github/workflows/main.yaml@main | ||
|
@@ -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] |