Skip to content

Commit

Permalink
chore: update references to setup-gcloud@master -> setup-gcloud@main (
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Apr 5, 2022
1 parent d16fd89 commit e426d95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- id: 'setup-gcloud'
name: 'setup-gcloud'
uses: 'google-github-actions/setup-gcloud@master'
uses: 'google-github-actions/setup-gcloud@main'

- id: 'gcloud'
name: 'gcloud'
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- id: 'setup-gcloud'
name: 'setup-gcloud'
uses: 'google-github-actions/setup-gcloud@master'
uses: 'google-github-actions/setup-gcloud@main'

- id: 'gcloud'
name: 'gcloud'
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_modules/
runner/

# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
# Rest of the file pulled from https://github.com/github/gitignore/blob/main/Node.gitignore
# Logs
logs
*.log
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,9 @@ mappings, see the [GitHub OIDC token documentation](https://docs.github.com/en/a
```json
{
"jti": "...",
"sub": "repo:username/reponame:ref:refs/heads/master",
"sub": "repo:username/reponame:ref:refs/heads/main",
"aud": "https://iam.googleapis.com/projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider",
"ref": "refs/heads/master",
"ref": "refs/heads/main",
"sha": "d11880f4f451ee35192135525dc974c56a3c1b28",
"repository": "username/reponame",
"repository_owner": "username",
Expand All @@ -631,7 +631,7 @@ mappings, see the [GitHub OIDC token documentation](https://docs.github.com/en/a
"base_ref": "",
"event_name": "push",
"ref_type": "branch",
"job_workflow_ref": "username/reponame/.github/workflows/token.yml@refs/heads/master",
"job_workflow_ref": "username/reponame/.github/workflows/token.yml@refs/heads/main",
"iss": "https://token.actions.githubusercontent.com",
"nbf": 1631718827,
"exp": 1631719727,
Expand Down

0 comments on commit e426d95

Please sign in to comment.