Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

source-ag/source-actions-gitlab-python-taskdef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

source.ag Python package publisher

For all your Python package publishing needs.

Usage:

name: source-cdk-patterns-publish

on:
  pull_request:
    types: [closed]
    branches:
      - main

jobs:
  publish:
    if: github.event.pull_request.merged
    runs-on: ubuntu-latest
    steps:
      - name: Publish
        uses: source-ag/source-actions-gitlab-python-taskdef@v1.2
        with:
          gitlab-token-user: ${{ secrets.GITLAB_TOKEN_USER }}
          gitlab-token: ${{ secrets.GITLAB_TOKEN }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors