Skip to content
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

bump 1password/load-secrets-action to v2 #65

Merged
merged 2 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Changed

- Now using v2 of `1password/load-secrets-action` GitHub Action.

### Removed

- `project.yml` GitHub Actions workflow file. This is now taken care of by a custom GitHub bot.
Expand Down
2 changes: 1 addition & 1 deletion examples/default/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ docs-serve:

docs-build LOCATION="docs/_build/html":
just _cog
sphinx-build docs
sphinx-build docs

# ----------------------------------------------------------------------
# DOCKER
Expand Down
2 changes: 1 addition & 1 deletion examples/with_vite/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ docs-serve:

docs-build LOCATION="docs/_build/html":
just _cog
sphinx-build docs
sphinx-build docs

# ----------------------------------------------------------------------
# DOCKER
Expand Down
4 changes: 2 additions & 2 deletions src/django_twc_project/.github/workflows/deploy.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: 1password/load-secrets-action@v1
- uses: 1password/load-secrets-action@v2
with:
export-env: true
env:
Expand All @@ -74,7 +74,7 @@ jobs:
with:
fetch-depth: 0

- uses: 1password/load-secrets-action@v1
- uses: 1password/load-secrets-action@v2
with:
export-env: true
env:
Expand Down