Skip to content

Commit

Permalink
update-deps: add permissions
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <lucas59356@gmail.com>
  • Loading branch information
lucasew committed Feb 27, 2024
1 parent 8ba827b commit cbf7394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
name: Update dependencies

env:
GO_VERSION: 1.22
GO_VERSION: '1.22'
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
permissions:
contents: write
pull-requests: write

jobs:
dep_update:
Expand Down

0 comments on commit cbf7394

Please sign in to comment.