Skip to content

Commit

Permalink
fixup! Setup Common Config
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Oct 30, 2023
1 parent bc88498 commit c4e63d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions templates/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
- main
workflow_call:
secrets:
CI_SERVICE_KEY:
required: true
GH_PERSONAL_ACCESS_TOKEN:
required: true
HEX_API_KEY:
Expand Down
4 changes: 2 additions & 2 deletions templates/.github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
Your PR title does not match the Stord common convention. Please rename your PR to match one of the following formats:
chore: a small insignificant change
fix: [JIRA-1234] fix an existing feature
feat: [JIRA-1234] a new feature to release
fix: [1234] fix an existing feature
feat: [1234] a new feature to release
feat!: a breaking change
Note: Adding ! (i.e. `feat!:`) represents a breaking change and will result in a SemVer major release.
Expand Down
2 changes: 0 additions & 2 deletions templates/.github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
with:
github-token: $\{{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
hex-token: $\{{ secrets.HEX_API_KEY }}
oban-fingerprint: $\{{ secrets.OBAN_KEY_FINGERPRINT }}
oban-token: $\{{ secrets.OBAN_LICENSE_KEY }}

- name: Compile
run: mix compile --docs
Expand Down

0 comments on commit c4e63d3

Please sign in to comment.