Skip to content

Commit

Permalink
Authenticate as "Nisus Wittus" on "Register Package" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Jun 26, 2023
1 parent 39f4fb2 commit 3d74525
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Register-Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
with:
app_id: ${{ secrets.NISUS_APP_ID }}
private_key: ${{ secrets.NISUS_PRIVATE_KEY }}
- uses: bsc-quantic/[email protected]
with:
registry: bsc-quantic/Registry
env:
GITHUB_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 3d74525

Please sign in to comment.