Skip to content

Commit

Permalink
[fingerprint] add support for private repos to README (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod authored Feb 27, 2024
1 parent 47703a0 commit cea4507
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion preview-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
pull-requests: write # Allow comments on PRs
# REQUIRED: Allow updating fingerprint in acton caches
actions: write
# Following permissions are required for private repos
contents: read
packages: write

steps:
- name: Setup EAS
Expand Down Expand Up @@ -136,9 +139,12 @@ jobs:
pull-requests: write # Allow comments on PRs
# REQUIRED: Allow updating fingerprint in acton caches
actions: write
# Following permissions are required for private repos
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
Expand Down

0 comments on commit cea4507

Please sign in to comment.