Skip to content

Commit

Permalink
First tries
Browse files Browse the repository at this point in the history
  • Loading branch information
daugustin committed Feb 1, 2023
1 parent cac068f commit d45b065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
release_name: ${ICINGA_VER}-el${{ matrix.os }}-1
tag_name: ${ICINGA_VER}-el${{ matrix.os }}-1
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.PAT }}
- name: Upload RPMs
if: ${{ github.ref == 'refs/heads/master' }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d45b065

Please sign in to comment.