failed deployment after removing account

After removing an admin account, our deployment action has failed. We’ve checked our access tokens and deploy tokens, everything seems good. Console pasted below. Has anyone encountered issues like this / any ideas? This is what’s happening why GitHub is running fly deploy:

----LOG OUTPUT------

##[debug]Evaluating: secrets.FLY_API_TOKEN

##[debug]Evaluating Index:

##[debug]…Evaluating secrets:

##[debug]…=> Object

##[debug]…Evaluating String:

##[debug]…=> ‘FLY_API_TOKEN’

##[debug]=> ‘***’

##[debug]Result: ‘***’

##[debug]Evaluating condition for step: 'Run flyctl deploy '

##[debug]Evaluating: success()

##[debug]Evaluating success:

##[debug]=> true

##[debug]Result: true

##[debug]Starting: Run flyctl deploy \

##[debug]Loading inputs

##[debug]Evaluating: format('flyctl deploy \

##[debug] -a {0} \

##[debug] -c fly.api.toml \

##[debug] --image-label {1} \

##[debug] --remote-only

##[debug]', vars.FLY_APP_NAME_API, github.sha)

##[debug]Evaluating format:

##[debug]…Evaluating String:

##[debug]…=> 'flyctl deploy \

##[debug] -a {0} \

##[debug] -c fly.api.toml \

##[debug] --image-label {1} \

##[debug] --remote-only

##[debug]’

##[debug]…Evaluating Index:

##[debug]…Evaluating vars:

##[debug]…=> Object

##[debug]…Evaluating String:

##[debug]…=> ‘FLY_APP_NAME_API’

##[debug]…=> ‘majr-api-dev’

##[debug]…Evaluating Index:

##[debug]…Evaluating github:

##[debug]…=> Object

##[debug]…Evaluating String:

##[debug]…=> ‘sha’

##[debug]…=> ‘0e826e5c51e9bd2755860b1599e2aba0575168d7’

##[debug]=> 'flyctl deploy \

##[debug] -a majr-api-dev \

##[debug] -c fly.api.toml \

##[debug] --image-label 0e826e5c51e9bd2755860b1599e2aba0575168d7 \

##[debug] --remote-only

##[debug]’

##[debug]Result: 'flyctl deploy \

##[debug] -a majr-api-dev \

##[debug] -c fly.api.toml \

##[debug] --image-label 0e826e5c51e9bd2755860b1599e2aba0575168d7 \

##[debug] --remote-only

##[debug]’

##[debug]Loading env

Run flyctl deploy \

##[debug]/usr/bin/bash -e /home/runner/work/_temp/ec6fca23-d922-4b25-89cc-14b37210fb8a.sh

==> Verifying app config

Validating fly.api.toml

✓ Configuration is valid

→ Verified app config

Error: Could not find App “majr-api-dev”

Error: Process completed with exit code 1.

##[debug]Finishing: Run flyctl deploy \

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.