check contents of secret for testing
Unit Tests with cargo / unit-test (push) Has been cancelled Details
Build image / build (push) Has been cancelled Details

This commit is contained in:
Alie 2024-01-29 14:08:52 +01:00
parent 1d0440f8d4
commit 5a31d06549
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 && ls
run: echo -e "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml && cat mastodon-data.toml
- name: Check code
run: cargo check
- name: Run tests