Skip to content

Commit

Permalink
fixup! Add workflow for listing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Feb 23, 2024
1 parent 1de660f commit 78211e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/obs-list-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
run: |
mkdir -p ~/.config/osc/
cat > ~/.config/osc/oscrc <<EOF
[general]
apiurl = https://api.opensuse.org/
[general]
apiurl = https://api.opensuse.org/
[https://api.opensuse.org]
user = $OSC_USER
pass = $OSC_PASS
credentials_mgr_class=osc.credentials.PlaintextConfigFileCredentialsManager
[https://api.opensuse.org]
user = $OSC_USER
pass = $OSC_PASS
credentials_mgr_class=osc.credentials.PlaintextConfigFileCredentialsManager
EOF
env:
OSC_USER: ${{ secrets.OSC_USER }}
Expand Down

0 comments on commit 78211e8

Please sign in to comment.