Skip to content

Commit

Permalink
Added global token for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Aug 7, 2024
1 parent 9f2fd8c commit f2fd4f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/upstream-dependencies-updater.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
---

name: Update Upstream Dependencies

on:
workflow_dispatch: {}

permissions:
contents: read

jobs:
env:
GH_TOKEN: ${{ github.token }}

jobs:
update-upstream-dependencies:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f2fd4f2

Please sign in to comment.