Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate in GitHub repo for fastlane match can't be loaded #10942

Open
1 task done
daveisfera opened this issue Nov 15, 2024 · 0 comments
Open
1 task done

Certificate in GitHub repo for fastlane match can't be loaded #10942

daveisfera opened this issue Nov 15, 2024 · 0 comments
Labels
L: github:actions GitHub Actions T: bug 🐞 Something isn't working

Comments

@daveisfera
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

GitHub Actions

Package manager version

N/A

Language version

N/A

Manifest location and content before the Dependabot update

N/A

dependabot.yml content

version: 2
updates:

  • package-ecosystem: "github-actions"
    directory: "/"
    schedule:
    interval: "weekly"

Updated dependency

actions/checkout

What you expected to see, versus what you actually saw

Build to run successfully, but the fastlane match call is failing to checkout the certificates. I added dependabot access to the certificates repo on this page, but it still fails:
https://github.com/organizations/my_org/settings/security_analysis

Native package manager behavior

N/A

Images of the diff or a link to the PR, issue, or logs

diff --git a/.github/workflows/build-android-app.yml b/.github/workflows/build-android-app.yml
index 3c0cccfa..a04931ef 100644
--- a/.github/workflows/build-android-app.yml
+++ b/.github/workflows/build-android-app.yml
@@ -17,7 +17,7 @@ jobs:
     runs-on: macos-15-xlarge
     steps:
       - name: Checkout Code
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Decode Keystore File
         id: decode_keystore

Smallest manifest that reproduces the issue

Issue is with trying to checkout the certificates and not the manifest itself

@daveisfera daveisfera added the T: bug 🐞 Something isn't working label Nov 15, 2024
@github-actions github-actions bot added the L: github:actions GitHub Actions label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: github:actions GitHub Actions T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant