check if secred was created
Build image / build (push) Waiting to run Details
Unit Tests with cargo / unit-test (push) Has been cancelled Details

This commit is contained in:
Alie 2024-01-29 14:07:25 +01:00
parent 19266e9534
commit 1d0440f8d4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Get access token from secret
run: echo -e "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml
run: echo -e "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml && ls
- name: Check code
run: cargo check
- name: Run tests