Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Hörtenhuber <[email protected]>
  • Loading branch information
edmundmiller and mashehu authored Jul 22, 2024
1 parent 77019ba commit aa24ea0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- name: Install Python
uses: actions/setup-python@v5
cache: 'pip'

- run: pip install -r requirements.txt
working-directory: ${{ env.PULUMI_WORKING_DIRECTORY }}
Expand All @@ -61,15 +62,3 @@ jobs:
stack-name: ${{ env.PULUMI_STACK_NAME }}
work-dir: ${{ env.PULUMI_WORKING_DIRECTORY }}

# If you'd like to run your Pulumi application outside of the official GitHub Action

#- name: Install Pulumi CLI
# uses: pulumi/setup-pulumi@v2

#- name: PR previews
# run: pulumi preview -s $PULUMI_STACK_NAME --cwd $PULUMI_WORKING_DIRECTORY
# if: ${{ github.event_name == 'pull_request' }}

#- name: Apply infrastructure update
# run: pulumi update --yes -s $PULUMI_STACK_NAME --cwd $PULUMI_WORKING_DIRECTORY
# if: ${{ github.event_name == 'push' }}
11 changes: 8 additions & 3 deletions docs/1password.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
[How to use 1Password with different accounts automatically](https://developer.1password.com/docs/cli/shell-plugins/multiple-accounts/)

```console
$ cd ~/src/nf-core
cd ~/src/nf-core

op signin

~/src/nf-core $ op signin
# Select nf-core

~/src/nf-core $ op plugin init pulumi
op plugin init pulumi
```

This should result in:
```
Pulumi CLI
Authenticate with Pulumi Personal Access Token.
Expand Down
2 changes: 1 addition & 1 deletion pulumi/github/repos/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ runtime:
name: python
options:
virtualenv: venv
description: Managing GitHub repos
description: Managing nf-core GitHub repos

0 comments on commit aa24ea0

Please sign in to comment.