Skip to content

Commit 7b913cf

Browse files
committed
fix: typo in main workflow
1 parent 37e67f1 commit 7b913cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1515
- run: nix profile install nixpkgs#gh
1616
- run: |
17-
echo "${ secrets.GITHUB_TOKEN }" | gh auth login --with-token
17+
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
1818
1919
- name: Get current version
2020
id: version

0 commit comments

Comments
 (0)