Update Extrae_jll
to v4.2.0
#13
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
name: Register Package | |
on: | |
push: | |
branches: | |
- "master" | |
paths: | |
- "Project.toml" | |
workflow_dispatch: | |
jobs: | |
register: | |
runs-on: ubuntu-latest | |
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: ${{ steps.generate_token.outputs.token }} |