Skip to content

Commit

Permalink
fix: sync elixir versions, add usage section (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsegal205 authored Oct 21, 2024
1 parent 399307e commit fc51b8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ Currently at version `1.5.0`
- `scripts` contains javascript and elixir scripts that are ran on each repository. These could be as simple as copying a file to the repository, or as advanced as changing the `mix.exs` AST to update dependencies.

- `templates` contains files that are copied or templated to the repository.

## Usage

- Copy [./templates/.github/workflows/common-config.yaml](./templates/.github/workflows/common-config.yaml) file into your repo's `/.github/workflows/` directory.
- Alter your common-config.yaml file by replacing `$\{{` with `${{`.
- Create a PR.
- On initial merge and on a [recurring schedule](./templates/.github/workflows/common-config.yaml#L15), updates will be synced with this repository.
2 changes: 1 addition & 1 deletion templates/.github/workflows/common-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: stordco/actions-elixir/setup@v1
with:
github-token: $\{{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
elixir-version: "1.15"
elixir-version: "1.16"
otp-version: "26.0"

- name: Sync
Expand Down

0 comments on commit fc51b8f

Please sign in to comment.