diff --git a/.github/workflows/check_auth.yml b/.github/workflows/check_auth.yml index 4945f74..e357ec9 100644 --- a/.github/workflows/check_auth.yml +++ b/.github/workflows/check_auth.yml @@ -46,4 +46,6 @@ jobs: run: | CONFIG_JSON=$(cat $HOME/.silverfin/config.json | tr -d '\n') echo "::add-mask::$CONFIG_JSON" - echo "$CONFIG_JSON" | gh secret set CONFIG_JSON \ No newline at end of file + echo "$CONFIG_JSON" | gh secret set CONFIG_JSON + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file