Skip to content

Commit

Permalink
Fix PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Oct 1, 2024
1 parent e82ed24 commit 497730d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:

- name: Run Docker Container
run: docker run --privileged -d --name builder --network host rockylinux:9 /bin/sleep infinity

- name: Update Git Submodule
- name: Update Git Submodules
run: |
git submodule init
git submodule update
git submodule update --remote
env:
GITHUB_TOKEN: ${{secrets.PAT}}
GITHUB_TOKEN: ${{ secrets.PAT }}

- name: Install build tools RPM
run: |
Expand Down

0 comments on commit 497730d

Please sign in to comment.