Skip to content

Commit 1ecef6c

Browse files
committed
Fix secrets syntax
1 parent 6449239 commit 1ecef6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
elixir-version: 1.13.4
2323
- name: Run Elixir script
2424
env:
25-
ELIXIR_FORUM_TOKEN: ${{ secret.ELIXIR_FORUM_TOKEN }}
26-
ELIXIR_LANG_ANN_TOKEN: ${{ secret.ELIXIR_LANG_ANN_TOKEN }}
25+
ELIXIR_FORUM_TOKEN: ${{ secrets.ELIXIR_FORUM_TOKEN }}
26+
ELIXIR_LANG_ANN_TOKEN: ${{ secrets.ELIXIR_LANG_ANN_TOKEN }}
2727
run: |
2828
elixir .github./workflows/notify.exs ${{ github.ref_name }}

0 commit comments

Comments
 (0)