Create auth file

This commit is contained in:
ok-nick 2022-09-16 23:17:01 -04:00
parent 3f6856a05d
commit 67e9b0af8d
No known key found for this signature in database
GPG key ID: A93D451DB4F2EB17

View file

@ -56,6 +56,13 @@ runs:
run: echo "$HOME/.aftman/bin" >> $GITHUB_PATH run: echo "$HOME/.aftman/bin" >> $GITHUB_PATH
shell: bash shell: bash
- name: Create auth file
run: |
cat > ~/.aftman/auth.toml << EOF
github = "${{ github.token }}"
EOF
shell: bash
- name: Install tools - name: Install tools
run: | run: |
cd ${{ inputs.path }} cd ${{ inputs.path }}