Skip to content

Commit

Permalink
Add PAT token
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Oct 1, 2024
1 parent 0c68760 commit e82ed24
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true
token: ${{ secrets.PAT }}

- name: Create tag based on metadata.rb
id: create_tag
Expand All @@ -34,9 +32,13 @@ jobs:
- name: Run Docker Container
run: docker run --privileged -d --name builder --network host rockylinux:9 /bin/sleep infinity

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

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

0 comments on commit e82ed24

Please sign in to comment.