Skip to content

Commit

Permalink
Update packaging.yml using IDT Credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jguillen15 authored Aug 20, 2024
1 parent 8b83678 commit 7de43ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ jobs:
steps:
- name: Check out this repository for building
uses: actions/checkout@v3
- name: Creating .json file with IDT Credentials
run: |
echo "$IDT_CREDENTIALS" > test_secret_idt_credentials.json
env:
IDT_CREDENTIALS: ${{ secrets.IDT_CREDENTIALS }}
- name: Execute distribution build
uses: iGEM-Engineering/iGEM-actions@main
uses: jguillen15/iGEM-actions@gsoc2024
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
secret-input: ${{ secrets.IDT_CREDENTIALS }}



0 comments on commit 7de43ea

Please sign in to comment.