Skip to content

Commit

Permalink
remove privileged key
Browse files Browse the repository at this point in the history
  • Loading branch information
aviks authored Sep 14, 2022
1 parent 0118495 commit 76629a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ jobs:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}

2 comments on commit 76629a7

@aviks
Copy link
Member Author

@aviks aviks commented on 76629a7 Sep 14, 2022

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/68286

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 v1.1.0 -m "<description of version>" 76629a7ffc8c7e07f7b4968464c2bfb781fa3ed3
git push origin v1.1.0

Please sign in to comment.