Skip to content

Merge pull request #3 from tigersoft/bug/fix-typo-in-readme #4

Merge pull request #3 from tigersoft/bug/fix-typo-in-readme

Merge pull request #3 from tigersoft/bug/fix-typo-in-readme #4

Workflow file for this run

- name: Deploy to Cloud

Check failure on line 1 in .github/workflows/cll.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cll.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
run: |
echo "Deploying to the cloud..."
# Here you would typically have a script or command that deploys your application
# For example:
# npm run deploy
# Use the GitHub token to perform actions on GitHub
echo "Using GitHub token to perform actions on GitHub..."
# For example, to list the repositories for the authenticated user:
# curl -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user/repos
env:
CLOUD_PROVIDER_API_KEY: ${{ secrets.CLOUD_PROVIDER_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}