Skip to content

chrislennon/action-drone

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

action-drone

Action to install drone-cli and make it available to further steps

Usage

Example

name: Test

on:
  push

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: chrislennon/action-drone@v1
        with:
          version: '0.8.1'
      - run: drone info
        env:
          DRONE_SERVER: ${{ secrets.DRONE_SERVER }}
          DRONE_TOKEN: ${{ secrets.DRONE_TOKEN }}

About

Action to install drone-cli and make it available to further steps

Resources

License

Stars

Watchers

Forks

Packages

No packages published