Skip to content

Commit

Permalink
Set github token instead of franklin
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChainsaw authored Aug 9, 2021
1 parent b4d2c19 commit 6e93825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.FRANKLIN_PRIV }}
token: ${{ secrets.GITHUB_TOKEN }}

2 comments on commit 6e93825

@DrChainsaw
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/42474

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" 6e93825f255a5a27369e959f0f2d8a1a580c1a01
git push origin v0.3.1

Please sign in to comment.