Skip to content

Commit

Permalink
Merge pull request #1 from graphprotocol/rotarur/pipeline
Browse files Browse the repository at this point in the history
added content read permission for the pipeline
  • Loading branch information
rotarur authored Sep 26, 2023
2 parents 8609137 + 8d9277c commit 8e358c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Docker meta
id: docker_meta
Expand Down

0 comments on commit 8e358c9

Please sign in to comment.