Skip to content

Commit

Permalink
added repo token for build-aleph-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
fixxxedpoint committed Dec 6, 2024
1 parent 2edb981 commit 1eadb36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/_build-aleph-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ on:
type: string
required: false
default: ''
token:
description: 'Personal access token (PAT) used to fetch the repository.'
type: string
required: false
default: ''
outputs:
artifact-name-binary:
description: 'Name of artifact aleph-node binary'
Expand All @@ -51,6 +56,7 @@ jobs:
ref: ${{ inputs.ref }}
repository: ${{ inputs.repository }}
fetch-depth: 0
token: ${{ inputs.token }}

- name: Call action get-ref-properties
id: get-ref-properties
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly-normal-session-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
repository: Cardinal-Cryptography/aleph-node-flooder
production: false
additional-flags: "--features network_flooding_test"
token: ${{ secrets.CI_GH_TOKEN }}
inherit: secrets

build-chain-bootstrapper-production:
name: Build chain-bootstrapper
Expand Down

0 comments on commit 1eadb36

Please sign in to comment.