Skip to content

Add oblt-cli/run action #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 29, 2024
Merged

Add oblt-cli/run action #12

merged 6 commits into from
May 29, 2024

Conversation

reakaleek
Copy link
Member

No description provided.

@reakaleek reakaleek requested a review from a team May 28, 2024 21:11
@reakaleek reakaleek added the changelog:feature When you add a new feature label May 28, 2024
@reakaleek reakaleek self-assigned this May 28, 2024
username: ${{ inputs.username }}
- name: run oblt-cli
run: |
GITHUB_TOKEN=${{ inputs.token }} oblt-cli ${{ inputs.command }} --verbose --disable-banner
Copy link
Member

@v1v v1v May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GITHUB_TOKEN=${{ inputs.github-token }}

nit:
what's the reason to use this approach rather than:

env:
  GITHUB_TOKEN: ${{ inputs.token }}

I see, it has been used it in the past

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question, but I don't remember why it was implemented this way in apm-pipeline-library.

96a6899

@reakaleek reakaleek requested a review from v1v May 29, 2024 07:04
This reverts commit 79f9769.
@reakaleek reakaleek merged commit a3a39cf into main May 29, 2024
5 checks passed
@reakaleek reakaleek deleted the feature/oblt-cli-run-action branch May 29, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:feature When you add a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants