Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa committed Mar 13, 2024
1 parent 0b1bcc4 commit c09f940
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Give GitHub Actions access to confidential_assets repo
uses: webfactory/ssh-agent@v0.5.4
with:
repository: PolymeshAssociation/confidential_assets
token: ${{ secrets.CA_ACCESS }}
persist-credentials: false
ssh-private-key: ${{ secrets.CA_ACCESS }}

- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c09f940

Please sign in to comment.