Skip to content

Commit

Permalink
add permission to rust-build to push docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBolten committed Dec 14, 2023
1 parent dd72ce7 commit 53f4d64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:

jobs:
rust-build:
permissions:
contents: read
packages: write
runs-on: ubuntu-20.04
steps:
- name: Checkout branch
Expand Down

0 comments on commit 53f4d64

Please sign in to comment.