Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from secrethub/release/v0.2.0
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
SimonBarendse authored Jul 13, 2020
2 parents c03a953 + 634db44 commit 75062ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ jobs:
name: Bump app info version
runs-on: ubuntu-latest
steps:
- name: Load secrets
uses: secrethub/actions/[email protected]
env:
SECRETHUB_CREDENTIAL: ${{ secrets.SECRETHUB_CREDENTIAL }}
GITHUB_TOKEN: secrethub://secrethub/github-actions/github/token
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ env.GITHUB_TOKEN }}
- name: Bump version
uses: florisvdg/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: ./env-export
env:
SECRETHUB_CREDENTIAL: ${{ secrets.SECRETHUB_CREDENTIAL }}
SECRET: secrethub://secrethub/tst-github-action/secret
SECRET: secrethub://secrethub/github-actions/tst/secret
- name: Print environment with masked secrets
run: printenv
- name: Test secret is set to correct value
Expand Down
2 changes: 1 addition & 1 deletion env-export/app-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

export SECRETHUB_APP_INFO_NAME=secrethub-action-env-export
# Version is automatically bumped on release branches
export SECRETHUB_APP_INFO_VERSION=0.1.0
export SECRETHUB_APP_INFO_VERSION=0.2.0

0 comments on commit 75062ae

Please sign in to comment.