We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e67f1 commit 7b913cfCopy full SHA for 7b913cf
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
github_access_token: ${{ secrets.GITHUB_TOKEN }}
15
- run: nix profile install nixpkgs#gh
16
- run: |
17
- echo "${ secrets.GITHUB_TOKEN }" | gh auth login --with-token
+ echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
18
19
- name: Get current version
20
id: version
0 commit comments