Skip to content

Commit

Permalink
Update secrets cleanup reference in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesanson committed Nov 16, 2023
1 parent 86f2c75 commit b904ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Clean secrets
- name: Remove secrets
if: always()
run: ./release/clean-secrets.sh
run: ./release/cleanup-secrets.sh

- name: Upload build outputs
if: always()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import javax.inject.Inject
* Open source
* ---------------
* * Testing presenters
* * CI - run test suite on commits; Danger with KtLint
* * Documentation & licensing
* * Move remaining list items to issues on project
*
Expand Down

0 comments on commit b904ce0

Please sign in to comment.